summaryrefslogtreecommitdiff
path: root/editors/fxite/files/patch-src_luafuncs.h
blob: 1e98226b584b21d4a4333e699eb8911803172532 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- src/luafuncs.h.orig	2013-10-03 09:22:51 UTC
+++ src/luafuncs.h
@@ -17,10 +17,10 @@
 */
 
 
-struct luaL_reg;
+struct luaL_Reg;
 class TopWindow;
 
-const luaL_reg* LuaFuncs();
+const luaL_Reg* LuaFuncs();
 void LuaFuncsCleanup();
 const char *LuaQuitMessage();