Skip to content

Commit a091b59

Browse files
committed
Pointer notation fix
1 parent 1317687 commit a091b59

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

generate/templates/templates/class_content.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ using namespace node;
5353
{% endif %}
5454
{% endeach %}
5555

56-
this->callbackError->Reset();
56+
this->callbackError.Reset();
5757

5858
}
5959

generate/templates/templates/struct_content.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ using namespace std;
5858
{% endif %}
5959
{% endeach %}
6060

61-
this->callbackError->Reset();
61+
this->callbackError.Reset();
6262

6363
if (this->selfFreeing) {
6464
free(this->raw);

0 commit comments

Comments
 (0)