This commit is contained in:
Jonas Kulla 2015-02-10 15:53:12 +01:00
parent 713ea07558
commit c328ebee04
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public:
/* Assigns heap allocated objects to object properties;
* using this in pure C++ will cause memory leaks
* (ie. only to be used in GCed language bindings */
* (ie. only to be used in GCed language bindings) */
void initDynAttribs();
static void initDefaultDynAttribs();