From 2f4fc005937e75d931eb6ef87a3fe16364d45113 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 26 Jun 2014 21:59:27 -0700 Subject: Stick everything in a namespace --- src/compat/nullpo.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/compat/nullpo.hpp') diff --git a/src/compat/nullpo.hpp b/src/compat/nullpo.hpp index 5de8ab6..6e12f78 100644 --- a/src/compat/nullpo.hpp +++ b/src/compat/nullpo.hpp @@ -45,6 +45,9 @@ # include "fwd.hpp" + +namespace tmwa +{ /// Used by macros in this header bool nullpo_chk(const char *file, int line, const char *func, const void *target); @@ -59,5 +62,6 @@ bool nullpo_chk(const char *file, int line, const char *func, T *target) { return nullpo_chk(file, line, func, static_cast(target)); } +} // namespace tmwa #endif // TMWA_COMPAT_NULLPO_HPP -- cgit v1.2.3-60-g2f50