fix mac and unic build

This commit is contained in:
ZappoMan 2017-11-02 19:30:39 -07:00
parent baff900839
commit 74ceab1e68
2 changed files with 2 additions and 2 deletions

View file

@ -1913,7 +1913,7 @@ void EntityItem::setLifetime(float value) {
});
}
void EntityItem::setCreated(uint64_t value) {
void EntityItem::setCreated(quint64 value) {
withWriteLock([&] {
if (_created != value) {
_created = value;

View file

@ -348,7 +348,7 @@ public:
virtual void setCollisionShape(const btCollisionShape* shape) {}
void setPosition(const glm::vec3& value);
virtual void setParentID(const QUuid& parentID);
virtual void setParentID(const QUuid& parentID) override;
virtual void setShapeType(ShapeType type) { /* do nothing */ }
void setRotation(glm::quat orientation);