summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpius.lee <pius.lee@samsung.com>2017-05-10 22:19:00 +0900
committerpius.lee <pius.lee@samsung.com>2017-05-10 22:22:36 +0900
commit81482f11c0514835834a3dbc0de081ca7e7825cf (patch)
tree33fec7617ed420fcfcf338760f4a329a76f199ac
parent2d53b498a74b0ad1cb243fea7157c9450dde5e4d (diff)
downloadelm-sharp-81482f11c0514835834a3dbc0de081ca7e7825cf.tar.gz
elm-sharp-81482f11c0514835834a3dbc0de081ca7e7825cf.tar.bz2
elm-sharp-81482f11c0514835834a3dbc0de081ca7e7825cf.zip
Change access modifier of RealHandle in EvasObject
Change it internal to protected. Native Handle could be used for extended widget in future. Change-Id: Ic968ddbd61e5b9be892a67c0082f718bfa65e251 Signed-off-by: pius.lee <pius.lee@samsung.com>
-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 f885c0b..0b99f7f 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; }
- internal IntPtr RealHandle
+ protected IntPtr RealHandle
{
get
{