diff options
Diffstat (limited to 'avmedia/source/vlc/vlcwindow.hxx')
-rw-r--r-- | avmedia/source/vlc/vlcwindow.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/avmedia/source/vlc/vlcwindow.hxx b/avmedia/source/vlc/vlcwindow.hxx index e70c8e80fb88..b3d93377d409 100644 --- a/avmedia/source/vlc/vlcwindow.hxx +++ b/avmedia/source/vlc/vlcwindow.hxx @@ -21,8 +21,7 @@ #include "vlccommon.hxx" #include <cppuhelper/implbase.hxx> -namespace avmedia { -namespace vlc { +namespace avmedia::vlc { class VLCPlayer; class VLCWindow : public ::cppu::WeakImplHelper< css::media::XPlayerWindow, @@ -69,6 +68,6 @@ public: }; } -} + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |