diff options
Diffstat (limited to 'include/proj/io.hpp')
| -rw-r--r-- | include/proj/io.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp index bc11c220..2f935a0c 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -711,8 +711,8 @@ class PROJ_GCC_DLL WKTNode { PROJ_DLL void addChild(WKTNodeNNPtr &&child); PROJ_DLL const WKTNodePtr &lookForChild(const std::string &childName, int occurrence = 0) const noexcept; - PROJ_DLL int countChildrenOfName(const std::string &childName) const - noexcept; + PROJ_DLL int + countChildrenOfName(const std::string &childName) const noexcept; PROJ_DLL std::string toString() const; |
