(Component) Fixed Clone method
Former-commit-id: afa38a9b684f045dc3cf0d072736ebb6c47e4bd7
This commit is contained in:
@@ -19,11 +19,10 @@ namespace Ndk
|
||||
Component();
|
||||
virtual ~Component();
|
||||
|
||||
virtual BaseComponent* Clone() const override;
|
||||
BaseComponent* Clone() const override;
|
||||
};
|
||||
|
||||
template<typename ComponentType>
|
||||
constexpr nzUInt32 GetComponentId();
|
||||
template<typename ComponentType> constexpr nzUInt32 GetComponentId();
|
||||
}
|
||||
|
||||
#include <NDK/Component.inl>
|
||||
|
||||
Reference in New Issue
Block a user