Browse Source

Trade: minor.

pull/559/head
Vladimír Vondruš 4 years ago
parent
commit
5aeb905884
  1. 1
      src/Magnum/Trade/AbstractSceneConverter.h

1
src/Magnum/Trade/AbstractSceneConverter.h

@ -481,6 +481,7 @@ class MAGNUM_TRADE_EXPORT AbstractSceneConverter: public PluginManager::Abstract
};
}}
/* clang-cl complains about "explicit instantiation of undefined template"
here, so don't define anything */
#if defined(CORRADE_TARGET_WINDOWS) && !(defined(CORRADE_TARGET_MINGW) && !defined(CORRADE_TARGET_CLANG)) && !defined(CORRADE_TARGET_CLANG_CL)

Loading…
Cancel
Save