Skip to content

Commit

Permalink
Fix final DLL issue
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Nov 18, 2023
1 parent 53ac4d2 commit 3e7d989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/include/sourcemeta/hydra/http_stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class SOURCEMETA_HYDRA_HTTP_EXPORT Stream {
auto on_header(HeaderCallback callback) noexcept -> void;

private:
struct Internal;
struct SOURCEMETA_HYDRA_HTTP_EXPORT Internal;

// No need to make this private, as the contents of `Internal`
// are already hidden with the PIMPL idiom.
Expand Down

0 comments on commit 3e7d989

Please sign in to comment.