From e79ce902489eae87b8511a157e8b9c055e34b5b3 Mon Sep 17 00:00:00 2001 From: lilo_booter Date: Mon, 20 Mar 2006 09:03:26 +0000 Subject: [PATCH] + Fix for swig parsing git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++@897 d19143bc-622f-0410-bfdd-b5b2a6649095 --- mlt++/src/MltFactory.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/mlt++/src/MltFactory.h b/mlt++/src/MltFactory.h index f493c74..f92cedb 100644 --- a/mlt++/src/MltFactory.h +++ b/mlt++/src/MltFactory.h @@ -23,6 +23,10 @@ #include "config.h" +#ifdef SWIG +#define MLTPP_DECLSPEC +#endif + #include namespace Mlt -- 1.7.4.4