Fix compilation error "lime/ui/Haptic.hx:51: characters 47-48 : Unexpected :" (#844)
This commit is contained in:
committed by
Valentin Lemière
parent
d9f5900685
commit
e4d387ee25
@@ -48,7 +48,7 @@ class Haptic {
|
||||
|
||||
|
||||
#if android
|
||||
private static var lime_haptic_vibrate (period:Int, duration:Int):Void;
|
||||
private static var lime_haptic_vibrate:Int->Int->Void;
|
||||
#elseif (lime_cffi && !macro)
|
||||
@:cffi private static function lime_haptic_vibrate (period:Int, duration:Int):Void;
|
||||
#end
|
||||
|
||||
Reference in New Issue
Block a user