summaryrefslogtreecommitdiff
path: root/dw/oofawarewidget.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-14 17:31:51 +0200
committerSebastian Geerken <devnull@localhost>2014-09-14 17:31:51 +0200
commit5ed8dc57fc056fcab4a8d1a82066c682b0f95c9e (patch)
tree76f9ebccbe972f65f6cde8bffb83f81a53f6f5e0 /dw/oofawarewidget.hh
parent93e96e04a4d46b5d7cff7bfd4397dfa9b05e22bf (diff)
Fixed abortion.
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r--dw/oofawarewidget.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh
index cf43e404..610766ba 100644
--- a/dw/oofawarewidget.hh
+++ b/dw/oofawarewidget.hh
@@ -174,6 +174,8 @@ protected:
int getAvailWidthOfChild (Widget *child, bool forceValue);
int getAvailHeightOfChild (Widget *child, bool forceValue);
+ void removeChild (Widget *child);
+
public:
static int CLASS_ID;