We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c3fdc commit 56eb1b5Copy full SHA for 56eb1b5
generate/templates/class_header.h
@@ -38,6 +38,7 @@ class {{ cppClassName }} : public ObjectWrap {
38
39
static Handle<Value> New(void *raw, bool selfFreeing);
40
{%endif%}
41
+ bool selfFreeing;
42
43
private:
44
{%if cType%}
@@ -91,7 +92,6 @@ class {{ cppClassName }} : public ObjectWrap {
91
92
93
{{ cType }} *raw;
94
- bool selfFreeing;
95
};
96
97
#endif
generate/templates/struct_header.h
@@ -54,7 +54,6 @@ class {{ cppClassName }} : public ObjectWrap {
54
{%endeach%}
55
56
57
58
59
60
0 commit comments