Fixed error in feature_meta.hpp

Signed-off-by: alnzrv <7187657+alnzrv@users.noreply.github.com>
This commit is contained in:
alnzrv 2024-09-05 23:11:02 +02:00 committed by GitHub
parent 179d74a5fb
commit d9433b53fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -178,6 +178,7 @@ public:
static std::string ToWikiURL(std::string v);
std::string GetWikiURL() const;
static std::string ToWikimediaCommonsURL(std::string v);
static std::string encodeWikiURL(std::string v, int startIndex);
void ClearPOIAttribs();
};