Realign unit.h

This commit is contained in:
mdiluzio 2014-12-21 10:41:06 +00:00
parent f63dc8462f
commit c38fb3dd41

View file

@ -34,9 +34,6 @@ public:
bool operator==(const CUnit& rhs);
bool operator!=(const CUnit& rhs) { return !(*this == rhs); }
// Default dtor
~CUnit() = default;
// Getters for all the members
inline const unit_id_t& getID() const { return unit_id; }
inline const Team & getTeam() const { return team_id; }