Fixed non-working Wikimedia links with ? character in a title

Signed-off-by: alnzrv <7187657+alnzrv@users.noreply.github.com>
This commit is contained in:
alnzrv 2024-07-02 22:53:30 +02:00 committed by GitHub
parent 3a180b81f2
commit 6952bc8f0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -177,7 +177,7 @@ public:
static std::string ToWikiURL(std::string v);
std::string GetWikiURL() const;
static std::string ToWikimediaCommonsURL(std::string const & v);
static std::string ToWikimediaCommonsURL(std::string v);
void ClearPOIAttribs();
};