diff options
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/table.hh b/dw/table.hh index 7bcc6c1b..b8feb835 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -344,7 +344,7 @@ private: TableIterator (Table *table, core::Content::Type mask, int index); lout::object::Object *clone(); - int compareTo(lout::misc::Comparable *other); + int compareTo(lout::object::Comparable *other); bool next (); bool prev (); |