diff options
author | Sebastian Geerken <devnull@localhost> | 2012-09-24 21:47:19 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2012-09-24 21:47:19 +0200 |
commit | b1ea92cce6ef995c429236f34e6164ead811ad9b (patch) | |
tree | 320da65ed9ed3cc7e8c01b4ac09b8f5ecf18ca98 /dw/iterator.hh | |
parent | b38df648b637a221bd6d9107de433cbe8107c276 (diff) |
Split up content type WIDGET; removed FLOAT_REF.
Diffstat (limited to 'dw/iterator.hh')
-rw-r--r-- | dw/iterator.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/iterator.hh b/dw/iterator.hh index 838d66a1..222a05c0 100644 --- a/dw/iterator.hh +++ b/dw/iterator.hh @@ -230,7 +230,7 @@ private: CharIterator (); public: - CharIterator (Widget *widget); + CharIterator (Widget *widget, bool followReferences); ~CharIterator (); lout::object::Object *clone(); |