Remove ghost declaration of function AllocateClassId.

This commit is contained in:
Gustavo J. A. M. Carneiro
2007-12-22 18:46:43 +00:00
parent 42092bc91e
commit 3a98117aa5

View File

@@ -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;
};