Rename compiler guard for json_pointer.hpp and correct comment after closing of namespace

This commit is contained in:
Tristan Penman 2015-10-15 14:37:21 +11:00
parent 05214c6630
commit b54e0b85ae

View File

@ -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 <stdexcept>
#include <string>
@ -179,7 +179,7 @@ inline AdapterType resolveJsonPointer(
return resolveJsonPointer(rootNode, jsonPointer, jsonPointer.begin());
}
} // namespace json_reference
} // namespace json_pointer
} // namespace internal
} // namespace valijson