Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11101 for code/trunk/src


Ignore:
Timestamp:
Jan 31, 2016, 10:57:21 AM (8 years ago)
Author:
landauf
Message:

fixed build when combining new cegui with old ogre

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/GUIManager.cc

    r11099 r11101  
    251251            }
    252252        }
     253#if OGRE_VERSION < 0x010700
     254        virtual void renderQueueEnded(Ogre::uint8 id, const Ogre::String& invocation, bool& repeatThisInvocation) override {}
     255#endif
    253256    };
    254257#endif
Note: See TracChangeset for help on using the changeset viewer.