diff options
Diffstat (limited to 'dw/widget.cc')
-rw-r--r-- | dw/widget.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dw/widget.cc b/dw/widget.cc index a4f62174..8f5bc5d5 100644 --- a/dw/widget.cc +++ b/dw/widget.cc @@ -642,7 +642,5 @@ void Widget::removeChild (Widget *child) misc::assertNotReached (); } - - -} // namespace dw } // namespace core +} // namespace dw |