Skip to content

Commit dba8e03

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • Core/Libraries/Source/WWVegas/WWLib

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)