Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 317704 Details for
Bug 425508
dev-games/caelum - atmospheric effects OGRE plugin
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for compiling against ogre-1.8.0
ogre-1.8.0.patch (text/plain), 783 bytes, created by
Alan Smithee
on 2012-07-09 15:19:02 UTC
(
hide
)
Description:
Patch for compiling against ogre-1.8.0
Filename:
MIME Type:
Creator:
Alan Smithee
Created:
2012-07-09 15:19:02 UTC
Size:
783 bytes
patch
obsolete
>--- main/src/CaelumPlugin.cpp.old 2011-08-22 14:39:29.000000000 +0200 >+++ main/src/CaelumPlugin.cpp 2012-07-08 23:23:01.652985414 +0200 >@@ -21,17 +21,17 @@ > #include "CaelumPrecompiled.h" > #include "CaelumPlugin.h" > >-template<> Caelum::CaelumPlugin* Ogre::Singleton<Caelum::CaelumPlugin>::ms_Singleton = 0; >+template<> Caelum::CaelumPlugin* Ogre::Singleton<Caelum::CaelumPlugin>::msSingleton = 0; > > namespace Caelum > { > CaelumPlugin* CaelumPlugin::getSingletonPtr () { >- return ms_Singleton; >+ return msSingleton; > } > > CaelumPlugin& CaelumPlugin::getSingleton () { >- assert (ms_Singleton); >- return *ms_Singleton; >+ assert (msSingleton); >+ return *msSingleton; > } > > extern "C" void CAELUM_EXPORT dllStartPlugin () {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 425508
:
317702
| 317704