Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 17, 2016, 1:59:00 PM (8 years ago)
Author:
landauf
Message:

added c++11 features to code that was added in presentationHS15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cpp11_v3/src/orxonox/worldentities/Actionpoint.h

    r11052 r11065  
    9292        public:
    9393            Actionpoint(Context* context);
    94             virtual ~Actionpoint() {}
     94            virtual ~Actionpoint() = default;
    9595
    96             virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
     96            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) override;
    9797
    9898            /** @brief Decides what AI will do. @param val action to execute */
Note: See TracChangeset for help on using the changeset viewer.