summaryrefslogtreecommitdiff
path: root/devel/ogre/patches/patch-ad
blob: 173a0784b311909cc68fb6a5f0bb2c085c29abea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.1 2006/05/19 14:32:43 joerg Exp $

--- OgreMain/src/OgreParticleSystemManager.cpp.orig	2006-05-19 13:33:18.000000000 +0000
+++ OgreMain/src/OgreParticleSystemManager.cpp
@@ -34,7 +34,7 @@ http://www.gnu.org/copyleft/lesser.txt.
 
 
 namespace Ogre {
-    ParticleSystemManager* Singleton<ParticleSystemManager>::ms_Singleton = 0;
+    template <> ParticleSystemManager* Singleton<ParticleSystemManager>::ms_Singleton = 0;
     //-----------------------------------------------------------------------
     ParticleSystemManager::ParticleSystemManager()
     {