From 5ed8dc57fc056fcab4a8d1a82066c682b0f95c9e Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Sun, 14 Sep 2014 17:31:51 +0200 Subject: Fixed abortion. --- dw/oofawarewidget.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dw/oofawarewidget.hh') 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; -- cgit v1.2.3