summaryrefslogtreecommitdiff
path: root/src/examples/efl_mono/FunctionPointer01.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/efl_mono/FunctionPointer01.cs')
-rw-r--r--src/examples/efl_mono/FunctionPointer01.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/efl_mono/FunctionPointer01.cs b/src/examples/efl_mono/FunctionPointer01.cs
index 2954473a27..c32f53cd51 100644
--- a/src/examples/efl_mono/FunctionPointer01.cs
+++ b/src/examples/efl_mono/FunctionPointer01.cs
@@ -15,7 +15,7 @@ public class ExampleFunctionPointer01
eina.Config.Init();
efl.eo.Config.Init();
- var obj = new example.NumberwrapperConcrete();
+ var obj = new example.Numberwrapper();
// Set internal value
obj.SetNumber(12);