- Timestamp:
- Jan 10, 2016, 1:54:11 PM (9 years ago)
- Location:
- code/branches/cpp11_v3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v3
- Property svn:mergeinfo changed
-
code/branches/cpp11_v3/src/modules/overlays/GUIOverlay.h
r9667 r11054 44 44 virtual ~GUIOverlay(); 45 45 46 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) ;46 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) override; 47 47 48 48 void setGUIName(const std::string& name); 49 49 inline const std::string& getGUIName() const { return this->guiName_; } 50 50 51 virtual void changedVisibility() ;52 virtual void changedOwner() ;51 virtual void changedVisibility() override; 52 virtual void changedOwner() override; 53 53 54 54 private:
Note: See TracChangeset
for help on using the changeset viewer.