Skip to content

Commit 3ebf66d

Browse files
committed
refactor(LazyObject): header macros belong in LIB
1 parent 70bff87 commit 3ebf66d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/Dom/LazyObject.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// Official repository: https://github.com/cppalliance/mrdocs
99
//
1010

11-
#ifndef MRDOCS_API_DOM_MAPPING_TRAITS_HPP
12-
#define MRDOCS_API_DOM_MAPPING_TRAITS_HPP
11+
#ifndef MRDOCS_LIB_DOM_LAZY_OBJECT_HPP
12+
#define MRDOCS_LIB_DOM_LAZY_OBJECT_HPP
1313

1414
#include "mrdocs/Dom.hpp"
1515
#include "mrdocs/Platform.hpp"

0 commit comments

Comments
 (0)