fixed build error with gcc 4.5.2
authorEdouard Tisserant
Mon, 16 May 2011 14:19:20 +0200
changeset 294 aae14da3c296
parent 293 e53b93cd90e4
child 299 de1be61482fa
fixed build error with gcc 4.5.2
absyntax_utils/search_il_operand_type.hh
--- a/absyntax_utils/search_il_operand_type.hh	Mon May 16 12:36:21 2011 +0200
+++ b/absyntax_utils/search_il_operand_type.hh	Mon May 16 14:19:20 2011 +0200
@@ -48,7 +48,7 @@
 class search_il_operand_type_c {
 
   private:
-  search_varfb_instance_type_c::search_varfb_instance_type_c search_varfb_instance_type;
+    search_varfb_instance_type_c search_varfb_instance_type;
     search_constant_type_c search_constant_type;
 
   public: