aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/goto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/goto.h b/src/goto.h
index a919d31..eef0f10 100644
--- a/src/goto.h
+++ b/src/goto.h
@@ -53,7 +53,7 @@ class GotoTable : public RBTree {
}
};
- class Label : public RBEntry {
+ class Label : public RBTree::RBEntry {
public:
gchar *name;
gint pc;