fix build

pull/1366/head
Kim Kulling 2017-07-27 13:07:26 +02:00
parent cf0a83de17
commit d74306ad67
2 changed files with 1 additions and 3 deletions

View File

@ -50,7 +50,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "FBXDocument.h" #include "FBXDocument.h"
#include "FBXImporter.h" #include "FBXImporter.h"
#include "FBXDocumentUtil.h" #include "FBXDocumentUtil.h"
#include "FBXProperties.h"
namespace Assimp { namespace Assimp {
namespace FBX { namespace FBX {

View File

@ -60,7 +60,6 @@ public:
virtual void TearDown() { virtual void TearDown() {
DefaultLogger::get()->detatchStream( m_stream ); DefaultLogger::get()->detatchStream( m_stream );
m_stream = nullptr; m_stream = nullptr;
DefaultLogger::kill();
} }
}; };