summaryrefslogtreecommitdiffhomepage
path: root/Private/ObjectKit/ObjectKit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'Private/ObjectKit/ObjectKit.hxx')
-rw-r--r--Private/ObjectKit/ObjectKit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/ObjectKit/ObjectKit.hxx b/Private/ObjectKit/ObjectKit.hxx
index 329b2c78..904e23cb 100644
--- a/Private/ObjectKit/ObjectKit.hxx
+++ b/Private/ObjectKit/ObjectKit.hxx
@@ -34,4 +34,4 @@ typedef struct Object final {
HCore::Void(*Query)(struct Object* Self, HCore::VoidPtr* Dst, HCore::SizeT SzDst, HCore::XRN::GUIDSequence GuidOf);
} Object, *ObjectPtr;
-#define object_cast reinterpret_cast
+#define object_cast reinterpret_cast<ObjectPtr>