Index: compiled/bindings/generator.h |
=================================================================== |
--- a/compiled/bindings/generator.h |
+++ b/compiled/bindings/generator.h |
@@ -204,17 +204,17 @@ namespace bindings_internal |
const FunctionInfo& call); |
void register_differentiator(TYPEID classID, size_t offset, |
std::vector<std::pair<int, std::string>>& mapping); |
const std::string generateCall(const FunctionInfo& call, |
std::vector<std::string>& params); |
- const std::string wrapCall(const FunctionInfo& call); |
+ const std::string wrapCall(const FunctionInfo& call, bool isFunction = true); |
hub
2017/04/25 18:24:58
since we return a copy, do we really need the "con
Wladimir Palant
2017/04/26 05:52:55
The "const" modifier in C++ is really weird. Hey,
|
std::string generatePropertyDescriptor(const PropertyInfo& property); |
void printHelpers(); |
void printClass(const ClassInfo& cls); |
} |