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:
parent
3a180b81f2
commit
6952bc8f0e
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
};
|
||||
|
|
Reference in a new issue