diff --git a/Source/Modules/go.cxx b/Source/Modules/go.cxx index 3b47ec0b0..c704e1a4d 100644 --- a/Source/Modules/go.cxx +++ b/Source/Modules/go.cxx @@ -103,6 +103,8 @@ public: saw_import(false), imported_package(NULL), interfaces(NULL), + class_node(NULL), + class_name(NULL), class_receiver(NULL), class_methods(NULL), making_variable_wrappers(false),