Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 23, 2015, 10:20:29 PM (9 years ago)
Author:
landauf
Message:

always use 'virtual' in the declaration of virtual functions even if they are inherited

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cpp11_v2/src/libraries/tools/BulletDebugDrawer.h

    r10817 r10845  
    4444
    4545        protected:
    46             bool frameStarted(const Ogre::FrameEvent& evt) override;
    47             bool frameEnded(const Ogre::FrameEvent& evt) override;
     46            virtual bool frameStarted(const Ogre::FrameEvent& evt) override;
     47            virtual bool frameEnded(const Ogre::FrameEvent& evt) override;
    4848
    4949        private:
Note: See TracChangeset for help on using the changeset viewer.