mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 16:23:39 +02:00
Fixing initialization syntax
This commit is contained in:
parent
2d33bb83e1
commit
c4faa091a1
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
render::ItemID _myItem = render::Item::INVALID_ITEM_ID;
|
||||
render::ItemID _myItem { render::Item::INVALID_ITEM_ID };
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue