bugfix : fix pedantic vs2012 warnings.

Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
This commit is contained in:
Kim Kulling
2013-08-15 20:57:54 +02:00
parent 85db7d234e
commit 6eaff77a7c
2 changed files with 4 additions and 4 deletions

View File

@@ -202,7 +202,7 @@ bool Exporter :: IsDefaultIOHandler() const
// ------------------------------------------------------------------------------------------------
const aiExportDataBlob* Exporter :: ExportToBlob( const aiScene* pScene, const char* pFormatId, unsigned int pPreprocessing )
const aiExportDataBlob* Exporter :: ExportToBlob( const aiScene* pScene, const char* pFormatId, unsigned int )
{
if (pimpl->blob) {
delete pimpl->blob;