From cf269f636fc9e7e90428bf84532a62b65bbe7c02 Mon Sep 17 00:00:00 2001 From: "Hobum (Vincent) Kwon" Date: Tue, 4 Jul 2017 09:09:31 +0900 Subject: Fix wrong method name (amimator->animator) Change-Id: Ia1a190354ee3771f3925f23a401c64e05f9b7dc2 --- ElmSharp/ElmSharp/EcoreAnimator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ElmSharp') diff --git a/ElmSharp/ElmSharp/EcoreAnimator.cs b/ElmSharp/ElmSharp/EcoreAnimator.cs index a6b7992..64a548d 100755 --- a/ElmSharp/ElmSharp/EcoreAnimator.cs +++ b/ElmSharp/ElmSharp/EcoreAnimator.cs @@ -49,7 +49,7 @@ namespace ElmSharp /// /// The function to call when it ticks off /// A handle to the new animator - public static IntPtr AddAmimator(Func handler) + public static IntPtr AddAnimator(Func handler) { int id = RegistHandler(handler); return Interop.Ecore.ecore_animator_add(_nativeHandler, (IntPtr)id); -- cgit v1.2.3