diff --git a/src/Trade/AbstractImporter.cpp b/src/Trade/AbstractImporter.cpp index f6c53eb4a..e5e2eca1a 100644 --- a/src/Trade/AbstractImporter.cpp +++ b/src/Trade/AbstractImporter.cpp @@ -87,8 +87,8 @@ Int AbstractImporter::defaultScene() { Int AbstractImporter::doDefaultScene() { return -1; } UnsignedInt AbstractImporter::sceneCount() const { - CORRADE_ASSERT(isOpened(), "Trade::AbstractImporter::sceneCount(): no file opened", 0); - return doSceneCount(); + CORRADE_ASSERT(isOpened(), "Trade::AbstractImporter::sceneCount(): no file opened", 0); + return doSceneCount(); } UnsignedInt AbstractImporter::doSceneCount() const { return 0; }