summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/wrapper/Instance.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/vlc/wrapper/Instance.hxx')
-rw-r--r--avmedia/source/vlc/wrapper/Instance.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/avmedia/source/vlc/wrapper/Instance.hxx b/avmedia/source/vlc/wrapper/Instance.hxx
index 9e6577ea2cc2..0f8c6f987989 100644
--- a/avmedia/source/vlc/wrapper/Instance.hxx
+++ b/avmedia/source/vlc/wrapper/Instance.hxx
@@ -12,7 +12,11 @@
struct libvlc_instance_t;
-namespace VLC
+namespace avmedia
+{
+namespace vlc
+{
+namespace wrapper
{
class Instance
{
@@ -32,6 +36,8 @@ namespace VLC
libvlc_instance_t *mInstance;
};
}
+}
+}
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */