|
|
|
|
@ -312,7 +312,7 @@ template<class T> using AbstractBasicFeature3D = AbstractFeature<3, T>;
|
|
|
|
|
*/ |
|
|
|
|
typedef AbstractBasicFeature3D<Float> AbstractFeature3D; |
|
|
|
|
|
|
|
|
|
#if defined(CORRADE_TARGET_WINDOWS) && !defined(__MINGW32__) |
|
|
|
|
#if defined(CORRADE_TARGET_WINDOWS) && !(defined(CORRADE_TARGET_MINGW) && !defined(CORRADE_TARGET_CLANG)) |
|
|
|
|
extern template class MAGNUM_SCENEGRAPH_EXPORT AbstractFeature<2, Float>; |
|
|
|
|
extern template class MAGNUM_SCENEGRAPH_EXPORT AbstractFeature<3, Float>; |
|
|
|
|
#endif |
|
|
|
|
|