# HG changeset patch # User Mario de Sousa # Date 1308219253 -3600 # Node ID e3fbf97d2021229fe682005075fd7d2974ae202b # Parent 80b412fc7f3cdecf64685b82c15f744ed4451235 Fix what I think is a bug (has not yet manifested itself). diff -r 80b412fc7f3c -r e3fbf97d2021 absyntax_utils/search_varfb_instance_type.cc --- 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;