util/symtable.hh
changeset 716 eb9aad0c3627
parent 279 c0453b7f99df
child 951 f53ea4c8621c
--- a/util/symtable.hh	Wed Oct 24 00:06:55 2012 +0200
+++ b/util/symtable.hh	Wed Nov 07 10:03:54 2012 +0000
@@ -77,11 +77,12 @@
   private:
       /* pointer to symbol table of the next inner scope */
     symtable_c *inner_scope;
-    void reset(void); /* clear all entries... */
 
   public:
     symtable_c(void);
 
+    void reset(void); /* clear all entries... */
+
     void push(void); /* create new inner scope */
     int  pop(void);  /* clear most inner scope */