Add new line at end of macro file for Windows build.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
eb84eb0588
commit
bfedd15560
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue