diff options
author | Sebastian Geerken <devnull@localhost> | 2014-09-12 23:32:32 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-09-12 23:32:32 +0200 |
commit | f543038f3b597c34f67a4ca63efc2bbe59a78b05 (patch) | |
tree | beb923c5231cb67cb7e9d57348e7dc0bd212757b /dw/Makefile.am | |
parent | 5c0abff7a414c2bd3501b4ac1721b4fad7b8bd47 (diff) |
OOFAwareWidgetIterator.
Diffstat (limited to 'dw/Makefile.am')
-rw-r--r-- | dw/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/Makefile.am b/dw/Makefile.am index 6383fc74..deab7bf9 100644 --- a/dw/Makefile.am +++ b/dw/Makefile.am @@ -70,6 +70,7 @@ libDw_widgets_a_SOURCES = \ listitem.cc \ listitem.hh \ oofawarewidget.cc \ + oofawarewidget_iterator.cc \ oofawarewidget.hh \ ooffloatsmgr.cc \ ooffloatsmgr.hh \ |