Skip to content

Commit a813c56

Browse files
authored
build(memory): Add missing REF macros to always.h for null memory manager (#1830)
1 parent c9e730d commit a813c56

File tree

1 file changed

+3
-0
lines changed
  • Core/Libraries/Source/WWVegas/WWLib

1 file changed

+3
-0
lines changed

Core/Libraries/Source/WWVegas/WWLib/always.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ class W3DMPO
175175
#define W3DNEW new
176176
#define W3DNEWARRAY new
177177

178+
#define NEW_REF( C, P ) ( W3DNEW C P )
179+
#define SET_REF_OWNER( P ) P
180+
178181
#define W3DMPO_GLUE(ARGCLASS)
179182

180183
class W3DMPO { };

0 commit comments

Comments
 (0)