From: lilo_booter Date: Mon, 20 Mar 2006 09:03:26 +0000 (+0000) Subject: + Fix for swig parsing X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=e79ce902489eae87b8511a157e8b9c055e34b5b3;p=melted + Fix for swig parsing git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++@897 d19143bc-622f-0410-bfdd-b5b2a6649095 --- 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