Haxe 3.1.3 fix

This commit is contained in:
Joshua Granick
2015-09-23 20:16:16 -07:00
parent 335b9dbfe7
commit feb918a956

View File

@@ -5,7 +5,7 @@ package lime.system;
@:build(lime.system.CFFI.build())
#end
abstract CFFIPointer(Dynamic) {
abstract CFFIPointer(Dynamic) from Dynamic to Dynamic {
public inline function new (handle:Dynamic) {