Skip to content

Commit

Permalink
fix the buil
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling committed Aug 31, 2017
1 parent 2df704e commit f8146e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/utD3MFImportExport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

class utD3MFImporterExporter : public AbstractImportExportBase {
public:
bool importerTest() override {
virtual bool importerTest() {
Assimp::Importer importer;
const aiScene *scene = importer.ReadFile(ASSIMP_TEST_MODELS_DIR "/3MF/box.3mf", 0);
EXPECT_EQ( 1u, scene->mNumMeshes );
Expand Down

0 comments on commit f8146e4

Please sign in to comment.