Revert "Change access modifier of RealHandle in EvasObject" 36/128736/1
authorSeungkeun Lee <sngn.lee@samsung.com>
Thu, 11 May 2017 07:26:59 +0000 (07:26 +0000)
committerSeungkeun Lee <sngn.lee@samsung.com>
Thu, 11 May 2017 07:26:59 +0000 (07:26 +0000)
This reverts commit 81482f11c0514835834a3dbc0de081ca7e7825cf.

Change-Id: I5403c2dd065e1a818b4a588f5e656f9f99d1d192

ElmSharp/ElmSharp/EvasObject.cs

index 0b99f7f..f885c0b 100755 (executable)
@@ -28,7 +28,7 @@ namespace ElmSharp
         private IntPtr _realHandle = IntPtr.Zero;
         internal IntPtr Handle { get; set; }
         internal EvasObject Parent { get; set; }
-        protected IntPtr RealHandle
+        internal IntPtr RealHandle
         {
             get
             {