diff options
Diffstat (limited to 'dw/layout.cc')
-rw-r--r-- | dw/layout.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dw/layout.cc b/dw/layout.cc index 35279243..209decc8 100644 --- a/dw/layout.cc +++ b/dw/layout.cc @@ -1051,6 +1051,5 @@ void Layout::viewportSizeChanged (View *view, int width, int height) setSizeHints (); } -} // namespace dw } // namespace core - +} // namespace dw |