From 193f3c328e421931f7a39d0351396fa786bcb201 Mon Sep 17 00:00:00 2001 From: neargye Date: Tue, 28 May 2019 17:54:10 +0500 Subject: [PATCH] update include guard --- include/nameof.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/nameof.hpp b/include/nameof.hpp index fcb4798..dc2a1ba 100644 --- a/include/nameof.hpp +++ b/include/nameof.hpp @@ -29,8 +29,8 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. -#ifndef NAMEOF_HPP -#define NAMEOF_HPP +#ifndef NEARGYE_NAMEOF_HPP +#define NEARGYE_NAMEOF_HPP #include #include @@ -274,4 +274,4 @@ template // Obtains string name of variable type. #define NAMEOF_VAR_TYPE(...) ::nameof::nameof_type() -#endif // NAMEOF_HPP +#endif // NEARGYE_NAMEOF_HPP