mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 06:44:10 +02:00
use 'using' rather than 'typedef'
This commit is contained in:
parent
5cf233db3a
commit
32c367b644
1 changed files with 2 additions and 2 deletions
|
@ -170,7 +170,7 @@ protected:
|
||||||
bool _hasInternalKinematicChanges { false };
|
bool _hasInternalKinematicChanges { false };
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef QSet<ObjectMotionState*> SetOfMotionStates;
|
using SetOfMotionStates = QSet<ObjectMotionState*>;
|
||||||
typedef QVector<ObjectMotionState*> VectorOfMotionStates;
|
using VectorOfMotionStates = QVector<ObjectMotionState*>;
|
||||||
|
|
||||||
#endif // hifi_ObjectMotionState_h
|
#endif // hifi_ObjectMotionState_h
|
||||||
|
|
Loading…
Reference in a new issue