|
@@ -48,7 +48,5 @@ Implementations of the exception classes.
|
|
|
#include <assimp/Exceptional.h>
|
|
|
#include <assimp/TinyFormatter.h>
|
|
|
|
|
|
-DeadlyErrorBase::DeadlyErrorBase(Assimp::Formatter::format f)
|
|
|
- : runtime_error(std::string(f))
|
|
|
-{
|
|
|
-}
|
|
|
+DeadlyErrorBase::DeadlyErrorBase(Assimp::Formatter::format f) :
|
|
|
+ runtime_error(std::string(f)){}
|