[turbine] Make ClipboardObject use ox::ModelTypeId_v for typeId
This commit is contained in:
parent
78eb8fca28
commit
791d19504e
@ -29,7 +29,7 @@ template<typename T>
|
|||||||
class ClipboardObject: public BaseClipboardObject {
|
class ClipboardObject: public BaseClipboardObject {
|
||||||
[[nodiscard]]
|
[[nodiscard]]
|
||||||
ox::String typeId() const noexcept final {
|
ox::String typeId() const noexcept final {
|
||||||
return ox::buildTypeId(T::TypeName, T::TypeVersion);
|
return ox::String(ox::ModelTypeId_v<T>);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user