summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/wrapper/Common.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/vlc/wrapper/Common.hxx')
-rw-r--r--avmedia/source/vlc/wrapper/Common.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/avmedia/source/vlc/wrapper/Common.hxx b/avmedia/source/vlc/wrapper/Common.hxx
index 7a7ea8442e44..edfb3386b46b 100644
--- a/avmedia/source/vlc/wrapper/Common.hxx
+++ b/avmedia/source/vlc/wrapper/Common.hxx
@@ -10,7 +10,11 @@
#ifndef _WRAPPER_COMMON_HXX
#define _WRAPPER_COMMON_HXX
-namespace VLC
+namespace avmedia
+{
+namespace vlc
+{
+namespace wrapper
{
class Common
{
@@ -19,6 +23,8 @@ namespace VLC
static const char* Version();
};
}
+}
+}
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ \ No newline at end of file