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 be7a44ce..a974378f 100644 --- a/dw/layout.cc +++ b/dw/layout.cc @@ -1050,6 +1050,5 @@ void Layout::viewportSizeChanged (View *view, int width, int height) setSizeHints (); } -} // namespace dw } // namespace core - +} // namespace dw |