diff options
Diffstat (limited to 'src/Globals.h')
-rw-r--r-- | src/Globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Globals.h b/src/Globals.h index 654ede95f..29eaac871 100644 --- a/src/Globals.h +++ b/src/Globals.h @@ -381,6 +381,7 @@ void inline LOG(const char * a_Format, ...) // Unified shared ptr from before C++11. Also no silly undercores. #define SharedPtr std::shared_ptr +#define WeakPtr std::weak_ptr |