summaryrefslogtreecommitdiff
path: root/lib/liblua_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/liblua_wrapper.h')
-rw-r--r--lib/liblua_wrapper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/liblua_wrapper.h b/lib/liblua_wrapper.h
index 70eb8a8..30371fe 100644
--- a/lib/liblua_wrapper.h
+++ b/lib/liblua_wrapper.h
@@ -54,11 +54,11 @@ public:
bool getBoolean(char *name);
std::string getString(char *name);
- std::string getError();
+ std::string error();
private:
lua_State *L;
- std::string error;
+ std::string strerr;
};
#endif/*__MIAV_LIBLUA_WRAPPER_H__*/