Skip to content

Commit 2f4c48f

Browse files
authored
Merge pull request #1487 from joto/typo-include-guard
Fix typo in include guard
2 parents 555af59 + 67043dd commit 2f4c48f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ordered-index.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef OSM2PSGQL_ORDERED_INDEX_HPP
2-
#define OSM2PSGQL_ORDERED_INDEX_HPP
1+
#ifndef OSM2PGSQL_ORDERED_INDEX_HPP
2+
#define OSM2PGSQL_ORDERED_INDEX_HPP
33

44
/**
55
* SPDX-License-Identifier: GPL-2.0-or-later
@@ -190,4 +190,4 @@ class ordered_index_t
190190
std::size_t m_size = 0;
191191
}; // class ordered_index_t
192192

193-
#endif // OSM2PSGQL_ORDERED_INDEX_HPP
193+
#endif // OSM2PGSQL_ORDERED_INDEX_HPP

0 commit comments

Comments
 (0)