Browse Source

GCC 4.6 compatibility: no template aliases here.

pull/34/head
Vladimír Vondruš 13 years ago
parent
commit
40e2c88b29
  1. 4
      src/SceneGraph/instantiation.cpp

4
src/SceneGraph/instantiation.cpp

@ -59,8 +59,8 @@ template class MAGNUM_SCENEGRAPH_EXPORT Object<BasicMatrixTransformation2D<Float
template class MAGNUM_SCENEGRAPH_EXPORT Object<BasicMatrixTransformation3D<Float>>;
template class MAGNUM_SCENEGRAPH_EXPORT Object<BasicRigidMatrixTransformation2D<Float>>;
template class MAGNUM_SCENEGRAPH_EXPORT Object<BasicRigidMatrixTransformation3D<Float>>;
template class MAGNUM_SCENEGRAPH_EXPORT Object<BasicTranslationTransformation2D<Float>>;
template class MAGNUM_SCENEGRAPH_EXPORT Object<BasicTranslationTransformation3D<Float>>;
template class MAGNUM_SCENEGRAPH_EXPORT Object<TranslationTransformation<2, Float>>;
template class MAGNUM_SCENEGRAPH_EXPORT Object<TranslationTransformation<3, Float>>;
#endif
}}

Loading…
Cancel
Save