Browse Source

Restored the protected field used to test access modifiers of properties.

Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
pull/57/head
Dimitar Dobrev 13 years ago
parent
commit
763ce63bca
  1. 3
      tests/Basic/Basic.h

3
tests/Basic/Basic.h

@ -25,6 +25,9 @@ public: @@ -25,6 +25,9 @@ public:
Foo2 operator<<(signed int i);
Foo2 operator<<(signed long l);
protected:
int P;
};
struct DLL_API Bar

Loading…
Cancel
Save