diff options
Diffstat (limited to 'Private/NewKit')
| -rw-r--r-- | Private/NewKit/Application.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/NewKit/Application.hxx b/Private/NewKit/Application.hxx index 8075e8ac..f19dbd97 100644 --- a/Private/NewKit/Application.hxx +++ b/Private/NewKit/Application.hxx @@ -27,4 +27,4 @@ typedef struct Application final { NewOS::Void(*Query)(struct Application* Self, NewOS::VoidPtr* Dst, NewOS::SizeT SzDst, NewOS::XRN::GUIDSequence GuidOf); } Application, *ApplicationRef; -#define object_cast reinterpret_cast<ApplicationRef> +#define app_cast reinterpret_cast<ApplicationRef> |
