# HG changeset patch
# User Edouard Tisserant
# Date 1305548360 -7200
# Node ID aae14da3c296d8f4f7e98a9431028918ce727bcd
# Parent  e53b93cd90e4ed7f73452d5af09d3e1cd59fc805
fixed build error with gcc 4.5.2

diff -r e53b93cd90e4 -r aae14da3c296 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: