tags 356442 - fixed
thanks

There's still one more G++ 4.1 error.  I must've forgotten that in my
patch or something, sorry.

> Automatic build of ogre_1.0.6-1.2 on bigsur by sbuild/mips 1.106
...
>  mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../OgreMain/include 
> -I/usr/include/freetype2 -I../../OgreMain/include -DOGRE_NONCLIENT_BUILD -g 
> -O2 -MT OgreHardwareOcclusionQuery.lo -MD -MP -MF 
> .deps/OgreHardwareOcclusionQuery.Tpo -c OgreHardwareOcclusionQuery.cpp  -fPIC 
> -DPIC -o .libs/OgreHardwareOcclusionQuery.o
> ../../OgreMain/include/OgreHardwareOcclusionQuery.h:116: error: extra 
> qualification 'Ogre::HardwareOcclusionQuery::' on member 'isStillOutstanding'
> make[3]: *** [OgreHardwareOcclusionQuery.lo] Error 1


--- ./OgreMain/include/OgreHardwareOcclusionQuery.h~    2006-03-19 
22:52:07.000000000 +0000
+++ ./OgreMain/include/OgreHardwareOcclusionQuery.h     2006-03-19 
22:52:14.000000000 +0000
@@ -113,7 +113,7 @@
          * Lets you know when query is done, or still be processed by the 
Hardware
          * @return true if query isn't finished.
          */
-        virtual bool HardwareOcclusionQuery::isStillOutstanding(void) = 0; 
+        virtual bool isStillOutstanding(void) = 0; 
        /**
          *   
          * @Remarks This function allows you to set how often the hardware 
occlusion really are sent to the driver

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to