(BaseComponent) Renamed GetComponentId to GetId
Former-commit-id: 9cc5a3d86755f0b9928ef697e0e0c16c068819bc
This commit is contained in:
parent
9c0c991fe0
commit
99bf3d95f7
|
|
@ -19,7 +19,7 @@ namespace Ndk
|
||||||
|
|
||||||
virtual BaseComponent* Clone() const = 0;
|
virtual BaseComponent* Clone() const = 0;
|
||||||
|
|
||||||
nzUInt32 GetComponentId() const;
|
nzUInt32 GetId() const;
|
||||||
|
|
||||||
static nzUInt32 GetNextId();
|
static nzUInt32 GetNextId();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ namespace Ndk
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
inline nzUInt32 BaseComponent::GetComponentId() const
|
inline nzUInt32 BaseComponent::GetId() const
|
||||||
{
|
{
|
||||||
return m_componentId;
|
return m_componentId;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue