From 763ce63bca5eff7637f331d17927a520a1bc4214 Mon Sep 17 00:00:00 2001 From: Dimitar Dobrev Date: Wed, 11 Sep 2013 19:59:22 +0300 Subject: [PATCH] Restored the protected field used to test access modifiers of properties. Signed-off-by: Dimitar Dobrev --- tests/Basic/Basic.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Basic/Basic.h b/tests/Basic/Basic.h index 1ea349f0..487968de 100644 --- a/tests/Basic/Basic.h +++ b/tests/Basic/Basic.h @@ -25,6 +25,9 @@ public: Foo2 operator<<(signed int i); Foo2 operator<<(signed long l); + +protected: + int P; }; struct DLL_API Bar