aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/goto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/goto.h')
-rw-r--r--src/goto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/goto.h b/src/goto.h
index 78a9579..c45ac27 100644
--- a/src/goto.h
+++ b/src/goto.h
@@ -56,7 +56,7 @@ class GotoTable : private RBTreeString, public Object {
}
};
- class Label : public RBEntryOwnString {
+ class Label : public RBTreeString::RBEntryOwnString {
public:
gint pc;