Skip to content

Commit

Permalink
Merge pull request #739 from kiwix/fix_windows_extern
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 authored Apr 3, 2022
2 parents 95d4dd6 + feb30d0 commit b1f0338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/response.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit b1f0338

Please sign in to comment.