Skip to content
Snippets Groups Projects
Commit cdf976e0 authored by Bruno Seny's avatar Bruno Seny
Browse files

fixe compiling error if not using lua

parent 3488f4a1
Branches
Tags
No related merge requests found
......@@ -8,6 +8,8 @@ class classBinding {
void setParentClass(){}
template <typename cb>
methodBinding *addMethod(std::string n, cb f){ return new methodBinding(); }
template <typename tObj, typename t0, typename t1, typename t2, typename t3, typename t4>
methodBinding *setConstructor(){ return 0; }
template <typename tObj, typename t0, typename t1, typename t2, typename t3>
methodBinding *setConstructor(){ return 0; }
template <typename tObj, typename t0, typename t1, typename t2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment