mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #739 from kiwix/fix_windows_extern
This commit is contained in:
commit
b1f03385e4
|
@ -109,8 +109,8 @@ std::unique_ptr<ContentResponse> Response::build_404(const InternalServer& serve
|
|||
return response;
|
||||
}
|
||||
|
||||
extern const UrlNotFoundMsg urlNotFoundMsg;
|
||||
extern const InvalidUrlMsg invalidUrlMsg;
|
||||
const UrlNotFoundMsg urlNotFoundMsg;
|
||||
const InvalidUrlMsg invalidUrlMsg;
|
||||
|
||||
std::unique_ptr<ContentResponse> ContentResponseBlueprint::generateResponseObject() const
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue