aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/goto.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2014-11-24 06:11:28 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2014-11-24 06:11:28 +0100
commit7b11290de97fa6cb2dabfbd6d2099da875ccc099 (patch)
tree36f12fcb38ded0053a2c9b77b125c5943f942aab /src/goto.h
parente030c4e574de9350024fba415450a0017fe48b56 (diff)
downloadsciteco-7b11290de97fa6cb2dabfbd6d2099da875ccc099.tar.gz
use RBTree::RBEntry instead of only RBEntry
minor change that fixes Doxygen-generated documentation
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 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;