summaryrefslogtreecommitdiff
path: root/ElmSharp/ElmSharp/Radio.cs
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2016-09-07 20:42:39 +0900
committerKangho Hur <kangho.hur@samsung.com>2016-09-07 20:42:39 +0900
commit6091fb3356132e115e2c2705e26c09ee91ffedc2 (patch)
tree50952e1fd78337465bac87e44fff26971ebf0da7 /ElmSharp/ElmSharp/Radio.cs
parent6490b10f6935adba2b7127987e34d049e1586994 (diff)
downloadelm-sharp-6091fb3356132e115e2c2705e26c09ee91ffedc2.tar.gz
elm-sharp-6091fb3356132e115e2c2705e26c09ee91ffedc2.tar.bz2
elm-sharp-6091fb3356132e115e2c2705e26c09ee91ffedc2.zip
Change EvasObject's API visibility to protected from internal.
* CreateHandle(), OnInstantiated(), OnRealize(), OnUnrealized() has been changed to protected. Change-Id: I32319d5336bb6b61c91bffa2c01695afa2d4257d
Diffstat (limited to 'ElmSharp/ElmSharp/Radio.cs')
-rw-r--r--ElmSharp/ElmSharp/Radio.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ElmSharp/ElmSharp/Radio.cs b/ElmSharp/ElmSharp/Radio.cs
index cb69cce..6a13202 100644
--- a/ElmSharp/ElmSharp/Radio.cs
+++ b/ElmSharp/ElmSharp/Radio.cs
@@ -51,7 +51,7 @@ namespace ElmSharp
Interop.Elementary.elm_radio_group_add(Handle, group.Handle);
}
- internal override IntPtr CreateHandle(EvasObject parent)
+ protected override IntPtr CreateHandle(EvasObject parent)
{
return Interop.Elementary.elm_radio_add(parent);
}