From e2359186ffa849aff18093ee333c6f66154a669e Mon Sep 17 00:00:00 2001
From: Ansgar Philippsen <ansgar.philippsen@gmail.com>
Date: Fri, 31 Aug 2012 15:25:29 -0400
Subject: [PATCH] added missing dllexport

---
 modules/gfx/src/impl/fast_spheres.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gfx/src/impl/fast_spheres.hh b/modules/gfx/src/impl/fast_spheres.hh
index 2cef93d65..72402ef9b 100644
--- a/modules/gfx/src/impl/fast_spheres.hh
+++ b/modules/gfx/src/impl/fast_spheres.hh
@@ -30,7 +30,7 @@
 
 namespace ost { namespace gfx { namespace impl {
 
-  class FastSphereRenderer {
+  class DLLEXPORT_OST_GFX FastSphereRenderer {
   public:
     struct VData
     {
-- 
GitLab