diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-11-24 06:11:28 +0100 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-11-24 06:11:28 +0100 |
| commit | 7b11290de97fa6cb2dabfbd6d2099da875ccc099 (patch) | |
| tree | 36f12fcb38ded0053a2c9b77b125c5943f942aab | |
| parent | e030c4e574de9350024fba415450a0017fe48b56 (diff) | |
use RBTree::RBEntry instead of only RBEntry
minor change that fixes Doxygen-generated documentation
| -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; |
