We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe75138 commit 67043ddCopy full SHA for 67043dd
src/ordered-index.hpp
@@ -1,5 +1,5 @@
1
-#ifndef OSM2PSGQL_ORDERED_INDEX_HPP
2
-#define OSM2PSGQL_ORDERED_INDEX_HPP
+#ifndef OSM2PGSQL_ORDERED_INDEX_HPP
+#define OSM2PGSQL_ORDERED_INDEX_HPP
3
4
/**
5
* SPDX-License-Identifier: GPL-2.0-or-later
@@ -190,4 +190,4 @@ class ordered_index_t
190
std::size_t m_size = 0;
191
}; // class ordered_index_t
192
193
-#endif // OSM2PSGQL_ORDERED_INDEX_HPP
+#endif // OSM2PGSQL_ORDERED_INDEX_HPP
0 commit comments