[Libreoffice-commits] core.git: avmedia/source

Caolán McNamara caolanm at redhat.com
Wed May 11 11:16:40 UTC 2016


 avmedia/source/macavf/manager.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 84987b8cdccfd76ca5c231513770850de6436201
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed May 11 12:16:05 2016 +0100

    fix mac build: missing quote
    
    Change-Id: Iab61990c27d8de6ec023d9890dc2c69433a4816e

diff --git a/avmedia/source/macavf/manager.hxx b/avmedia/source/macavf/manager.hxx
index 5caeafb..fe1a4a3 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 {


More information about the Libreoffice-commits mailing list