summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-05-11 12:16:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-05-11 12:16:05 +0100
commit84987b8cdccfd76ca5c231513770850de6436201 (patch)
treeb0db9fd3426654e019e35356bed8396d6aa3da23 /avmedia
parentad70397b7fa5af17c1769711ba80904b5543a7cd (diff)
fix mac build: missing quote
Change-Id: Iab61990c27d8de6ec023d9890dc2c69433a4816e
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/source/macavf/manager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/macavf/manager.hxx b/avmedia/source/macavf/manager.hxx
index 5caeafb9024a..fe1a4a39d440 100644
--- a/avmedia/source/macavf/manager.hxx
+++ b/avmedia/source/macavf/manager.hxx
@@ -23,7 +23,7 @@
#include "macavfcommon.hxx"
#include <cppuhelper/implbase.hxx>
-#include "com/sun/star/media/XManager.hpp
+#include "com/sun/star/media/XManager.hpp"
namespace avmedia { namespace macavf {