Function name to CamelCase

Signed-off-by: alnzrv <7187657+alnzrv@users.noreply.github.com>
This commit is contained in:
alnzrv 2024-09-09 11:33:35 +02:00 committed by GitHub
parent 2302e280cb
commit 01f2466dbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -178,7 +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);
static std::string EncodeWikiURL(std::string v, int startIndex);
void ClearPOIAttribs();
};