# HG changeset patch
# User Alpar Juttner <alpar@cs.elte.hu>
# Date 2012-01-20 19:08:00
# Node ID eb252f805431c5ec10c258ef603cf1c8460ba977
# Parent  9a318720424257176be9663017ce74b2b151bbda

GCC 3.3 compatibility fix in nagamochi_ibaraki.h

diff --git a/lemon/nagamochi_ibaraki.h b/lemon/nagamochi_ibaraki.h
--- a/lemon/nagamochi_ibaraki.h
+++ b/lemon/nagamochi_ibaraki.h
@@ -300,7 +300,12 @@
       }
     }
 
-  public :
+  protected:
+    //This is here to avoid a gcc-3.3 compilation error.
+    //It should never be called.
+    NagamochiIbaraki() {} 
+    
+  public:
 
     typedef NagamochiIbaraki Create;