From 29c2f16399d29d24489d50e55f657f851a0e9ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 4 Nov 2013 21:07:03 +0100 Subject: [PATCH] SceneGraph: instantiate also integer TranslationTransformation. Fugly workaround for mingw issues. --- src/SceneGraph/instantiation.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SceneGraph/instantiation.cpp b/src/SceneGraph/instantiation.cpp index 8724f4247..f326f2c02 100644 --- a/src/SceneGraph/instantiation.cpp +++ b/src/SceneGraph/instantiation.cpp @@ -61,6 +61,8 @@ template class MAGNUM_SCENEGRAPH_EXPORT Object>; template class MAGNUM_SCENEGRAPH_EXPORT Object>; template class MAGNUM_SCENEGRAPH_EXPORT Object>; +template class MAGNUM_SCENEGRAPH_EXPORT Object>; +template class MAGNUM_SCENEGRAPH_EXPORT Object>; #endif }}