Remove ghost declaration of function AllocateClassId.
This commit is contained in:
@@ -63,7 +63,6 @@ protected:
|
||||
private:
|
||||
ClassId (uint32_t classId);
|
||||
friend class ComponentManager;
|
||||
friend ClassId AllocateClassId (std::string name);
|
||||
friend bool operator == (const ClassId &a, const ClassId &b);
|
||||
uint32_t m_classId;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user