diff options
Diffstat (limited to 'include/LuaRuntime.hpp')
| -rw-r--r-- | include/LuaRuntime.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/LuaRuntime.hpp b/include/LuaRuntime.hpp index 85bb1ae..96c0004 100644 --- a/include/LuaRuntime.hpp +++ b/include/LuaRuntime.hpp @@ -13,7 +13,7 @@ public: return &inst; } - void evaluate(const char *code); + void evaluate(QString code); protected: LuaRuntime(); |
