diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-05-11 12:16:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-05-11 12:16:05 +0100 |
commit | 84987b8cdccfd76ca5c231513770850de6436201 (patch) | |
tree | b0db9fd3426654e019e35356bed8396d6aa3da23 /avmedia | |
parent | ad70397b7fa5af17c1769711ba80904b5543a7cd (diff) |
fix mac build: missing quote
Change-Id: Iab61990c27d8de6ec023d9890dc2c69433a4816e
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/macavf/manager.hxx | 2 |
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 { |