We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c28a4 commit c564fa9Copy full SHA for c564fa9
Core/Libraries/Source/WWVegas/WWLib/always.h
@@ -144,7 +144,7 @@ private: \
144
return The##ARGCLASS##Pool; \
145
} \
146
protected: \
147
- virtual int glueEnforcer() const { return sizeof(this); } \
+ virtual int glueEnforcer() const { return sizeof(*this); } \
148
public: \
149
inline void* operator new(size_t s) { return allocateFromW3DMemPool(getClassMemoryPool(), s); } \
150
inline void operator delete(void *p) { freeFromW3DMemPool(getClassMemoryPool(), p); } \
0 commit comments