Skip to content

Commit

Permalink
fix Issue 2417 - [module] protected base member is not available via …
Browse files Browse the repository at this point in the history
…base handle in a derived class if it is defined in a separate module
  • Loading branch information
WalterBright committed Jan 23, 2012
1 parent 57be435 commit b26085f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attribute.dd
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ $(GNAME ProtectionAttribute):
If accessing a protected instance member through a derived class member
function,
that member can only be accessed for the object instance
which is the $(SINGLEQUOTE this) object for the member function call.
which can be implicitly cast to the same type as $(SINGLEQUOTE this).
Protected module members are illegal.
)

Expand Down

0 comments on commit b26085f

Please sign in to comment.