Fixed DynLib class not exported

Former-commit-id: 65f2607ae8625475a93efb472beaa88a69673abf
This commit is contained in:
Lynix 2014-02-18 08:34:35 +01:00
parent c42eff2db0
commit 3f4b3aeef5
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ using NzDynLibFunc = int (*)(); // Type "générique" de pointeur sur fonction
class NzDynLibImpl;
class NzDynLib : NzNonCopyable
class NAZARA_API NzDynLib : NzNonCopyable
{
public:
NzDynLib();