Skip to content

Commit

Permalink
Fix memTracker.cpp missing symbol error
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoazx005 committed Sep 4, 2021
1 parent bab06d1 commit 2b30f20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/memTracker.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,8 @@ namespace Wrench
} TMemAllocationInfo, *TMemAllocationInfoPtr;


#if defined(MEM_TRACKER_IMPLEMENTATION)
static TMemInfo MemoryTrackerInfo;
#endif


WRENCH_API const TMemInfo& WRENCH_APIENTRY GetMemoryInfo();

Expand Down

0 comments on commit 2b30f20

Please sign in to comment.