Adapt code style.
parent
23defc275a
commit
1ff9e2b522
|
@ -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)){}
|
||||
|
|
Loading…
Reference in New Issue