diff options
author | Sebastian Geerken <devnull@localhost> | 2014-09-12 13:45:18 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-09-12 13:45:18 +0200 |
commit | 63be701d81f71cac1c5a4bc67d983e82399ef0c5 (patch) | |
tree | 722b8bdcc109b0ab2854d0cc0f5d91748629a891 /dw/oofawarewidget.hh | |
parent | 6adaf25af5c3f3e326a6a929afcd4277fcabdcd7 (diff) |
OOFAwareWidget: some fixes.
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r-- | dw/oofawarewidget.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh index 7c3b9af6..13f16162 100644 --- a/dw/oofawarewidget.hh +++ b/dw/oofawarewidget.hh @@ -52,6 +52,8 @@ protected: static bool isContainingBlock (Widget *widget, int oofmIndex); public: + static int CLASS_ID; + OOFAwareWidget (); ~OOFAwareWidget (); |