Fix MinGW compilation
This commit is contained in:
committed by
Jérôme Leclercq
parent
999593ca51
commit
642d043fd8
@@ -13,7 +13,8 @@
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
class NAZARA_UTILITY_API AssimpPlugin : public PluginInterface
|
||||
// Don't export class due to MinGW bug, export every method instead
|
||||
class AssimpPlugin : public PluginInterface
|
||||
{
|
||||
public:
|
||||
#ifdef NAZARA_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user