mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
self-CR
This commit is contained in:
parent
d1f35c8c54
commit
1094b6722f
2 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,6 @@
|
|||
#define hifi_EntityTypes_h
|
||||
|
||||
#include <memory>
|
||||
//#include <stdint.h>
|
||||
|
||||
#include <QHash>
|
||||
#include <QString>
|
||||
|
|
|
@ -23,7 +23,7 @@ class LineEntityItem : public EntityItem {
|
|||
ALLOW_INSTANTIATION // This class can be instantiated
|
||||
|
||||
// methods for getting/setting all properties of an entity
|
||||
virtual EntityItemProperties getProperties(const EntityPropertyFlags& desiredProperties, bool allowEmptyDesiredProperties) const override;
|
||||
virtual EntityItemProperties getProperties(const EntityPropertyFlags& desiredProperties, bool allowEmptyDesiredProperties) const override;
|
||||
virtual bool setProperties(const EntityItemProperties& properties) override;
|
||||
|
||||
virtual EntityPropertyFlags getEntityProperties(EncodeBitstreamParams& params) const override;
|
||||
|
|
Loading…
Reference in a new issue