diff options
-rw-r--r-- | src/goto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ class GotoTable : public RBTree { } }; - class Label : public RBEntry { + class Label : public RBTree::RBEntry { public: gchar *name; gint pc; |