# HG changeset patch # User mario # Date 1244117828 -7200 # Node ID 39c23046dad61e5d5cd1d8b1821ab219ba8725ea # Parent 16495e10f69a179ddab8bf10373586064c17e64c Newer versions of g++ require access controls to be correct! diff -r 16495e10f69a -r 39c23046dad6 stage4/generate_c/generate_location_list.cc --- a/stage4/generate_c/generate_location_list.cc Thu Jun 04 09:47:35 2009 +0200 +++ b/stage4/generate_c/generate_location_list.cc Thu Jun 04 14:17:08 2009 +0200 @@ -52,7 +52,7 @@ /***********************************************************************/ /***********************************************************************/ -class generate_location_list_c: protected iterator_visitor_c { +class generate_location_list_c: public iterator_visitor_c { protected: stage4out_c &s4o;