mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 04:37:48 +02:00
extra ;
This commit is contained in:
parent
c26f17e16b
commit
3563efb584
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ EntityItemID::EntityItemID() :
|
||||||
creatorTokenID(UNKNOWN_ENTITY_TOKEN),
|
creatorTokenID(UNKNOWN_ENTITY_TOKEN),
|
||||||
isKnownID(false)
|
isKnownID(false)
|
||||||
{
|
{
|
||||||
};
|
}
|
||||||
|
|
||||||
EntityItemID::EntityItemID(const EntityItemID& other) :
|
EntityItemID::EntityItemID(const EntityItemID& other) :
|
||||||
id(other.id),
|
id(other.id),
|
||||||
|
|
Loading…
Reference in a new issue