pkgsrc/devel/ogre/patches/patch-bb

14 lines
557 B
Text
Raw Normal View History

2007-12-13 11:41:06 +01:00
$NetBSD: patch-bb,v 1.1 2007/12/13 10:41:07 rillig Exp $
--- OgreMain/include/OgreRenderTarget.h.orig 2003-09-12 19:00:43.000000000 +0000
+++ OgreMain/include/OgreRenderTarget.h 2007-10-10 10:39:46.000000000 +0000
@@ -215,7 +215,7 @@ namespace Ogre {
virtual void setDebugText(const String& text);
/** Returns the debug text. */
- const String& RenderTarget::getDebugText() const;
+ const String& getDebugText() const;
/** Add a listener to this RenderTarget which will be called back before & after rendering.
@remarks