summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/wrapper/Common.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/vlc/wrapper/Common.cxx')
-rw-r--r--avmedia/source/vlc/wrapper/Common.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/avmedia/source/vlc/wrapper/Common.cxx b/avmedia/source/vlc/wrapper/Common.cxx
index cadf00250ccb..4ee3a29778b6 100644
--- a/avmedia/source/vlc/wrapper/Common.cxx
+++ b/avmedia/source/vlc/wrapper/Common.cxx
@@ -17,11 +17,7 @@ namespace
char * ( * libvlc_errmsg ) ();
}
-namespace avmedia
-{
-namespace vlc
-{
-namespace wrapper
+namespace avmedia::vlc::wrapper
{
bool Common::LoadSymbols()
{
@@ -45,7 +41,5 @@ const char* Common::LastErrorMessage()
return errorMsg == nullptr ? AVMEDIA_NO_ERROR : errorMsg;
}
}
-}
-}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */