diff --git a/src/core/entity.cpp b/src/core/entity.cpp index 1368155..517317e 100644 --- a/src/core/entity.cpp +++ b/src/core/entity.cpp @@ -5,7 +5,7 @@ #include #include -Entity::Entity() {} +//Entity::Entity() {} void Entity::createUuid() { diff --git a/src/core/entity.h b/src/core/entity.h index 63f6229..06f53c6 100644 --- a/src/core/entity.h +++ b/src/core/entity.h @@ -8,8 +8,8 @@ class Entity { public: - Entity(); - virtual ~Entity() = 0; + //Entity(); + //ivirtual ~Entity() = 0; const boost::uuids::uuid& getUuid() const { return uuid; }; void createUuid(); void createUuidFromString(const std::string& uuidString);