diff options
Diffstat (limited to 'src/cat/LuaComponent.h')
| -rw-r--r-- | src/cat/LuaComponent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cat/LuaComponent.h b/src/cat/LuaComponent.h index 9e11b12..8e40890 100644 --- a/src/cat/LuaComponent.h +++ b/src/cat/LuaComponent.h @@ -30,4 +30,4 @@ public: ui::Component * GetComponent() { return component; } LuaComponent(lua_State * l); ~LuaComponent(); -};
\ No newline at end of file +}; |
