diff --git a/Core/Libraries/Source/WWVegas/WWLib/always.h b/Core/Libraries/Source/WWVegas/WWLib/always.h index 211c0bedab1..d63eeec2fb9 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/always.h +++ b/Core/Libraries/Source/WWVegas/WWLib/always.h @@ -175,6 +175,9 @@ class W3DMPO #define W3DNEW new #define W3DNEWARRAY new + #define NEW_REF( C, P ) ( W3DNEW C P ) + #define SET_REF_OWNER( P ) P + #define W3DMPO_GLUE(ARGCLASS) class W3DMPO { };