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;
|
return response;
|
||||||
}
|
}
|
||||||
|
|
||||||
extern const UrlNotFoundMsg urlNotFoundMsg;
|
const UrlNotFoundMsg urlNotFoundMsg;
|
||||||
extern const InvalidUrlMsg invalidUrlMsg;
|
const InvalidUrlMsg invalidUrlMsg;
|
||||||
|
|
||||||
std::unique_ptr<ContentResponse> ContentResponseBlueprint::generateResponseObject() const
|
std::unique_ptr<ContentResponse> ContentResponseBlueprint::generateResponseObject() const
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue