summaryrefslogtreecommitdiffstats
path: root/source/LuaState.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/LuaState.h')
-rw-r--r--source/LuaState.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/LuaState.h b/source/LuaState.h
index 50b5b6fcf..0eae8206d 100644
--- a/source/LuaState.h
+++ b/source/LuaState.h
@@ -46,7 +46,7 @@ class cCraftingGrid;
class cCraftingRecipe;
struct TakeDamageInfo;
class cWindow;
-class cPlugin_NewLua;
+class cPluginLua;
struct HTTPRequest;
class cWebAdmin;
struct HTTPTemplateRequest;
@@ -172,7 +172,7 @@ public:
void Push(const cCraftingRecipe * a_Recipe);
void Push(TakeDamageInfo * a_TDI);
void Push(cWindow * a_Window);
- void Push(cPlugin_NewLua * a_Plugin);
+ void Push(cPluginLua * a_Plugin);
void Push(const HTTPRequest * a_Request);
void Push(cWebAdmin * a_WebAdmin);
void Push(const HTTPTemplateRequest * a_Request);