diff options
Diffstat (limited to 'avmedia/source/macavf/player.hxx')
-rw-r--r-- | avmedia/source/macavf/player.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/avmedia/source/macavf/player.hxx b/avmedia/source/macavf/player.hxx index 22867b1af20f..b9b49cc8cdac 100644 --- a/avmedia/source/macavf/player.hxx +++ b/avmedia/source/macavf/player.hxx @@ -25,7 +25,7 @@ #include <com/sun/star/media/XPlayer.hpp> -namespace avmedia { namespace macavf { +namespace avmedia::macavf { class Player : public MacAVObserverHandler @@ -79,7 +79,6 @@ private: bool mbLooping; }; -} // namespace macavf -} // namespace avmedia +} // namespace avmedia::macavf /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |