mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Use bracket default initialization for PickQuery::_jointState
This commit is contained in:
parent
bfa270375a
commit
c3df710396
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ private:
|
|||
QVector<QUuid> _ignoreItems;
|
||||
QVector<QUuid> _includeItems;
|
||||
|
||||
JointState _jointState = JOINT_STATE_NONE;
|
||||
JointState _jointState { JOINT_STATE_NONE };
|
||||
};
|
||||
Q_DECLARE_METATYPE(PickQuery::PickType)
|
||||
|
||||
|
|
Loading…
Reference in a new issue