From 84987b8cdccfd76ca5c231513770850de6436201 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 11 May 2016 12:16:05 +0100 Subject: fix mac build: missing quote Change-Id: Iab61990c27d8de6ec023d9890dc2c69433a4816e --- avmedia/source/macavf/manager.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avmedia') 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 -#include "com/sun/star/media/XManager.hpp +#include "com/sun/star/media/XManager.hpp" namespace avmedia { namespace macavf { -- cgit