diff options
Diffstat (limited to 'editors/fxite/files/patch-src_luafx.h')
-rw-r--r-- | editors/fxite/files/patch-src_luafx.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/fxite/files/patch-src_luafx.h b/editors/fxite/files/patch-src_luafx.h new file mode 100644 index 000000000000..bd22047dbfde --- /dev/null +++ b/editors/fxite/files/patch-src_luafx.h @@ -0,0 +1,9 @@ +--- src/luafx.h.orig 2013-10-03 09:22:51 UTC ++++ src/luafx.h +@@ -17,5 +17,5 @@ + */ + + +-const luaL_reg* LuaFxUtils(FXWindow*topwin, const char*exe_name); ++const luaL_Reg* LuaFxUtils(FXWindow*topwin, const char*exe_name); + |