From 31ead0e35dbde2a01950516bd0f08d5fd8ad2e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 20 Aug 2012 12:10:44 +0200 Subject: [PATCH] SceneGraph: added forgotten extern template. --- src/SceneGraph/Camera.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SceneGraph/Camera.h b/src/SceneGraph/Camera.h index 6378014de..1c3a59e85 100644 --- a/src/SceneGraph/Camera.h +++ b/src/SceneGraph/Camera.h @@ -41,6 +41,7 @@ namespace Implementation { template MatrixType aspectRatioFix(AspectRatioPolicy aspectRatioPolicy, const Vector2& projectionAspectRatio, const Math::Vector2& viewport); /* These templates are instantiated in source file */ + extern template SCENEGRAPH_EXPORT Matrix3 aspectRatioFix(AspectRatioPolicy, const Vector2&, const Math::Vector2&); extern template SCENEGRAPH_EXPORT Matrix4 aspectRatioFix(AspectRatioPolicy, const Vector2&, const Math::Vector2&); } #endif