Browse Source

Disable optimization until fix overrides can be fixed

hughsando 11 years ago
parent
commit
c53ea9f418
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/cpp/_std/haxe/ds/IntMap.hx

+ 1 - 1
std/cpp/_std/haxe/ds/IntMap.hx

@@ -21,7 +21,7 @@
  */
  */
 package haxe.ds;
 package haxe.ds;
 
 
-@:headerClassCode("
+@:headerClassCode_disable("
   inline void set(int key, ::null value) { __int_hash_set(h,key,value); }
   inline void set(int key, ::null value) { __int_hash_set(h,key,value); }
   inline void set(int key, bool value) { __int_hash_set(h,key,value); }
   inline void set(int key, bool value) { __int_hash_set(h,key,value); }
   inline void set(int key, char value) { __int_hash_set_int(h,key,value); }
   inline void set(int key, char value) { __int_hash_set_int(h,key,value); }