diff options
Diffstat (limited to 'libraries/CEGUI0.7/CEGUI.patch')
-rw-r--r-- | libraries/CEGUI0.7/CEGUI.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/CEGUI0.7/CEGUI.patch b/libraries/CEGUI0.7/CEGUI.patch new file mode 100644 index 0000000000..bdbe203855 --- /dev/null +++ b/libraries/CEGUI0.7/CEGUI.patch @@ -0,0 +1,13 @@ +--- CEGUI-0.7.9/cegui/include/RendererModules/Ogre/CEGUIOgreRenderer.h.orig 2016-02-06 11:05:31.177684112 +0700 ++++ CEGUI-0.7.9/cegui/include/RendererModules/Ogre/CEGUIOgreRenderer.h 2016-02-06 11:06:00.183625951 +0700 +@@ -54,7 +54,9 @@ + class Root; + class RenderSystem; + class RenderTarget; +-class TexturePtr; ++class Texture; ++template<typename T> class SharedPtr; ++typedef SharedPtr<Texture> TexturePtr; + class Matrix4; + } + |