diff options
author | p37sitdu <devnull@localhost> | 2013-01-11 17:57:03 +0000 |
---|---|---|
committer | p37sitdu <devnull@localhost> | 2013-01-11 17:57:03 +0000 |
commit | b9f1468f7c49981b3c01e6308b25941aba4e4d94 (patch) | |
tree | 89c91fc7337c32412877296ebf2f1fd357f91ff6 /dw/layout.cc | |
parent | 2679808d70e4defa68cfeb3cdc9783e09fd58676 (diff) |
fix up dw namespace comments
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 |