bugfix: export processes for unittests.

Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
This commit is contained in:
Kim Kulling
2014-05-04 16:02:52 +02:00
parent 8c8c5329e9
commit 392730be07
14 changed files with 31 additions and 26 deletions

View File

@@ -51,13 +51,12 @@ class FindInvalidDataProcessTest;
namespace Assimp {
// ---------------------------------------------------------------------------
/** The FindInvalidData postprocessing step. It searches the mesh data
/** The FindInvalidData post-processing step. It searches the mesh data
* for parts that are obviously invalid and removes them.
*
* Originally this was a workaround for some models written by Blender
* which have zero normal vectors. */
class FindInvalidDataProcess
: public BaseProcess
class ASSIMP_API FindInvalidDataProcess : public BaseProcess
{
public: