Fix MinGW compilation
This commit is contained in:
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
|
||||
|
|
|
|||
|
|
@ -13,7 +13,8 @@
|
|||
|
||||
namespace Nz
|
||||
{
|
||||
class NAZARA_UTILITY_API FFmpegPlugin : public PluginInterface
|
||||
// Don't export class due to MinGW bug, export every method instead
|
||||
class FFmpegPlugin : public PluginInterface
|
||||
{
|
||||
public:
|
||||
#ifdef NAZARA_DEBUG
|
||||
|
|
@ -29,8 +30,6 @@ namespace Nz
|
|||
|
||||
FFmpegPlugin& operator=(const FFmpegPlugin&) = delete;
|
||||
FFmpegPlugin& operator=(FFmpegPlugin&&) = delete;
|
||||
|
||||
private:
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue