Const qualifiers for entities, there needed
This commit is contained in:
parent
cff62f91be
commit
ee4b01713f
11 changed files with 27 additions and 27 deletions
|
|
@ -8,7 +8,7 @@ typedef unsigned long long entity_id;
|
|||
|
||||
class IEntity : public ISerializable {
|
||||
public:
|
||||
virtual entity_id id() = 0;
|
||||
virtual entity_id id() const = 0;
|
||||
};
|
||||
|
||||
#endif // IENTITY_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue