summaryrefslogtreecommitdiff
path: root/ElmSharp/ElmSharp/ColorSelector.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ElmSharp/ElmSharp/ColorSelector.cs')
-rw-r--r--[-rwxr-xr-x]ElmSharp/ElmSharp/ColorSelector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ElmSharp/ElmSharp/ColorSelector.cs b/ElmSharp/ElmSharp/ColorSelector.cs
index 137aa41..6036ea9 100755..100644
--- a/ElmSharp/ElmSharp/ColorSelector.cs
+++ b/ElmSharp/ElmSharp/ColorSelector.cs
@@ -81,7 +81,7 @@ namespace ElmSharp
{
get
{
- return (ColorSelectorMode) Interop.Elementary.elm_colorselector_mode_get(Handle);
+ return (ColorSelectorMode)Interop.Elementary.elm_colorselector_mode_get(Handle);
}
set
{