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:
parent
eb84eb0588
commit
bfedd15560
@ -20,4 +20,4 @@
|
||||
#define AssertNotNull(value) Assert(value != nullptr)
|
||||
#define UnpackWeakPtr(weakPtr, sharedPtr) \
|
||||
Assert(!weakPtr.expired()); \
|
||||
auto sharedPtr = weakPtr.lock();
|
||||
auto sharedPtr = weakPtr.lock();
|
||||
|
Loading…
x
Reference in New Issue
Block a user