From b54e0b85ae2ec8dbe278a71088e156e438263dc0 Mon Sep 17 00:00:00 2001 From: Tristan Penman Date: Thu, 15 Oct 2015 14:37:21 +1100 Subject: [PATCH] Rename compiler guard for json_pointer.hpp and correct comment after closing of namespace --- include/valijson/internal/json_pointer.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/valijson/internal/json_pointer.hpp b/include/valijson/internal/json_pointer.hpp index 59643d3..4645a79 100644 --- a/include/valijson/internal/json_pointer.hpp +++ b/include/valijson/internal/json_pointer.hpp @@ -1,5 +1,5 @@ -#ifndef __VALIJSON_JSON_REFERENCE_HPP -#define __VALIJSON_JSON_REFERENCE_HPP +#ifndef __VALIJSON_INTERNAL_JSON_POINTER_HPP +#define __VALIJSON_INTERNAL_JSON_POINTER_HPP #include #include @@ -179,7 +179,7 @@ inline AdapterType resolveJsonPointer( return resolveJsonPointer(rootNode, jsonPointer, jsonPointer.begin()); } -} // namespace json_reference +} // namespace json_pointer } // namespace internal } // namespace valijson