From a471973eabb25cab23736ab36256fd2caae58cb7 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 1 Sep 2016 17:26:26 +0100 Subject: [PATCH] Added missing export --- include/osgParticle/ParticleSystem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgParticle/ParticleSystem b/include/osgParticle/ParticleSystem index e3e76f46b..a38a5a1c5 100644 --- a/include/osgParticle/ParticleSystem +++ b/include/osgParticle/ParticleSystem @@ -326,7 +326,7 @@ namespace osgParticle int _estimatedMaxNumOfParticles; - struct ArrayData + struct OSGPARTICLE_EXPORT ArrayData { ArrayData();