summaryrefslogtreecommitdiff
path: root/ElmSharp/ElmSharp
diff options
context:
space:
mode:
authorSeungkeun Lee <sngn.lee@samsung.com>2017-05-11 07:27:30 +0000
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>2017-05-11 07:27:30 +0000
commit267230a4a801adab807b41eeb0b99e5eae2d0815 (patch)
treead92fa3a286e64c9c795a04b1f8199e6d888936d /ElmSharp/ElmSharp
parenta3f9fe75399092a7add5211bf3799a3a9065129a (diff)
parentaf86e60a3724edccdf8c8e10ffd30f36cb89c951 (diff)
downloadelm-sharp-267230a4a801adab807b41eeb0b99e5eae2d0815.tar.gz
elm-sharp-267230a4a801adab807b41eeb0b99e5eae2d0815.tar.bz2
elm-sharp-267230a4a801adab807b41eeb0b99e5eae2d0815.zip
Merge "Revert "Change access modifier of RealHandle in EvasObject"" into tizen
Diffstat (limited to 'ElmSharp/ElmSharp')
-rwxr-xr-xElmSharp/ElmSharp/EvasObject.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ElmSharp/ElmSharp/EvasObject.cs b/ElmSharp/ElmSharp/EvasObject.cs
index 0b99f7f..f885c0b 100755
--- a/ElmSharp/ElmSharp/EvasObject.cs
+++ b/ElmSharp/ElmSharp/EvasObject.cs
@@ -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
{