diff options
Diffstat (limited to 'editors/fxite/files/patch-src_macro.h')
-rw-r--r-- | editors/fxite/files/patch-src_macro.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/fxite/files/patch-src_macro.h b/editors/fxite/files/patch-src_macro.h new file mode 100644 index 000000000000..ff45d40f6315 --- /dev/null +++ b/editors/fxite/files/patch-src_macro.h @@ -0,0 +1,11 @@ +--- src/macro.h.orig 2013-10-03 09:22:51 UTC ++++ src/macro.h +@@ -25,7 +25,7 @@ struct lua_State; + + class MacroRunner: public FXObject { + private: +- FXDict keepers; // <- Data stored between Lua states ++ Dictionary keepers; // <- Data stored between Lua states + void ClearKeepers(); + void PushKeepers(lua_State *L); + void PopKeepers(lua_State *L); |