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 3c788565..1d9f96e4 100644 --- a/dw/widget.cc +++ b/dw/widget.cc @@ -617,7 +617,5 @@ void Widget::removeChild (Widget *child) misc::assertNotReached (); } - - -} // namespace dw } // namespace core +} // namespace dw |