Skip to content

Commit

Permalink
whoops, still some residue from ASSBIN
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargaj committed Aug 28, 2014
1 parent c47dc28 commit 8f0208e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/AssxmlExporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
----------------------------------------------------------------------
*/
/** @file AssxmlExporter.cpp
* ASSBIN exporter main code
* ASSXML exporter main code
*/
#include "AssimpPCH.h"
#include "./../include/assimp/version.h"
Expand Down Expand Up @@ -631,5 +631,5 @@ void ExportSceneAssxml(const char* pFile, IOSystem* pIOSystem, const aiScene* pS

} // end of namespace Assimp

#endif // ASSIMP_BUILD_NO_ASSBIN_EXPORTER
#endif // ASSIMP_BUILD_NO_ASSXML_EXPORTER
#endif // ASSIMP_BUILD_NO_EXPORT

0 comments on commit 8f0208e

Please sign in to comment.