Do need to export base class.
parent
16c227e27c
commit
fa93ba76fe
|
@ -56,7 +56,7 @@ using std::runtime_error;
|
|||
#pragma warning(disable : 4275)
|
||||
#endif
|
||||
|
||||
class DeadlyErrorBase : public runtime_error {
|
||||
class ASSIMP_API DeadlyErrorBase : public runtime_error {
|
||||
protected:
|
||||
DeadlyErrorBase(Assimp::Formatter::format f);
|
||||
|
||||
|
|
Loading…
Reference in New Issue