Changeset 11065 for code/branches/cpp11_v3/src/modules/hover/HoverOrigin.h
- Timestamp:
- Jan 17, 2016, 1:59:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v3/src/modules/hover/HoverOrigin.h
r11041 r11065 108 108 public: 109 109 HoverOrigin(Context* context); //!< Constructor. Registers and initializes the object and checks whether the gametype is actually Hover. 110 virtual ~HoverOrigin() {}111 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) ; //!< Method to create a HoverOrigin through XML.110 virtual ~HoverOrigin() = default; 111 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) override; //!< Method to create a HoverOrigin through XML. 112 112 113 113 inline void setNumCells(int numCells)
Note: See TracChangeset
for help on using the changeset viewer.