Changeset 10817 for code/branches/cpp11_v2/src/modules/tetris/TetrisScore.h
- Timestamp:
- Nov 19, 2015, 11:40:28 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/modules/tetris/TetrisScore.h
r10262 r10817 60 60 virtual ~TetrisScore(); 61 61 62 virtual void tick(float dt) ; //!< Creates and sets the caption to be displayed by the TetrisScore.63 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) ;64 virtual void changedOwner() ; //!< Is called when the owner changes.62 virtual void tick(float dt) override; //!< Creates and sets the caption to be displayed by the TetrisScore. 63 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) override; 64 virtual void changedOwner() override; //!< Is called when the owner changes. 65 65 66 66 private:
Note: See TracChangeset
for help on using the changeset viewer.