absyntax_utils/search_varfb_instance_type.cc
changeset 326 e3fbf97d2021
parent 321 a96399ab57c2
child 367 6d94128ba5ad
--- a/absyntax_utils/search_varfb_instance_type.cc	Thu Jun 16 11:12:02 2011 +0100
+++ b/absyntax_utils/search_varfb_instance_type.cc	Thu Jun 16 11:14:13 2011 +0100
@@ -171,6 +171,7 @@
 }
 
 symbol_c *search_varfb_instance_type_c::get_type_id(symbol_c *variable_name) {
+  this->current_rawtype = NULL;
   symbol_c *rawtype = this->get_basetype_decl(variable_name);
   if (this->current_rawtype != NULL)
     return this->current_rawtype;