ASSIMP Beta 1, final fixes for the release.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@141 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
aramis_acg
2008-09-13 22:31:15 +00:00
parent e3a871c134
commit 7d21c02e28
16 changed files with 423 additions and 21 deletions

View File

@@ -62,7 +62,7 @@ namespace Assimp
* it has been moved to the main library since others might find it
* useful, too.
*/
class MakeVerboseFormatProcess : public BaseProcess
class ASSIMP_API MakeVerboseFormatProcess : public BaseProcess
{
friend class Importer;