Skip to content
Snippets Groups Projects
Commit e425765e authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

lua bindings : intitialize parent class to NULL

parent 941a58db
No related branches found
No related tags found
No related merge requests found
......@@ -611,6 +611,7 @@ public:
lua_State *L = _b->L;
_className=name;
_constructor=NULL;
_parent=NULL;
// there are 3 tables involved :
// methods : the table of the C++ functions we bind (exept constructor)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment