Add new line at end of macro file for Windows build.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -20,4 +20,4 @@
|
|||||||
#define AssertNotNull(value) Assert(value != nullptr)
|
#define AssertNotNull(value) Assert(value != nullptr)
|
||||||
#define UnpackWeakPtr(weakPtr, sharedPtr) \
|
#define UnpackWeakPtr(weakPtr, sharedPtr) \
|
||||||
Assert(!weakPtr.expired()); \
|
Assert(!weakPtr.expired()); \
|
||||||
auto sharedPtr = weakPtr.lock();
|
auto sharedPtr = weakPtr.lock();
|
||||||
|
|||||||
Reference in New Issue
Block a user