Fixed DynLib class not exported
Former-commit-id: 65f2607ae8625475a93efb472beaa88a69673abf
This commit is contained in:
parent
c42eff2db0
commit
3f4b3aeef5
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue