Skip to content

Commit

Permalink
refactor(LazyObject): header macros belong in LIB
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Nov 5, 2024
1 parent 70bff87 commit 3ebf66d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/Dom/LazyObject.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
// Official repository: https://github.com/cppalliance/mrdocs
//

#ifndef MRDOCS_API_DOM_MAPPING_TRAITS_HPP
#define MRDOCS_API_DOM_MAPPING_TRAITS_HPP
#ifndef MRDOCS_LIB_DOM_LAZY_OBJECT_HPP
#define MRDOCS_LIB_DOM_LAZY_OBJECT_HPP

#include "mrdocs/Dom.hpp"
#include "mrdocs/Platform.hpp"
Expand Down

0 comments on commit 3ebf66d

Please sign in to comment.