diff options
Diffstat (limited to 'src/goto.h')
-rw-r--r-- | src/goto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ class GotoTable : private RBTreeString, public Object { } }; - class Label : public RBEntryOwnString { + class Label : public RBTreeString::RBEntryOwnString { public: gint pc; |