Skip to content

Commit 326c759

Browse files
committed
fix: use a distinct include guard in MrDocsSettingsDB.hpp
1 parent 4a24503 commit 326c759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/MrDocsSettingsDB.hpp

Lines changed: 2 additions & 2 deletions
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_LIB_SINGLEFILEDB_HPP
12-
#define MRDOCS_LIB_SINGLEFILEDB_HPP
11+
#ifndef MRDOCS_LIB_MRDOCSSETTINGSDB_HPP
12+
#define MRDOCS_LIB_MRDOCSSETTINGSDB_HPP
1313

1414
#include <mrdocs/Support/Path.hpp>
1515
#include <clang/Tooling/CompilationDatabase.h>

0 commit comments

Comments
 (0)