Skip to content

Commit

Permalink
#1469: util: change visibility to private
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Jun 24, 2021
1 parent 96110b3 commit c16659b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/utils/compress/compressor.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ struct Compressor {
template <typename StreamLike>
bool finish(StreamLike& s);

protected:
private:
/**
* \internal \brief Compress data and output to writable, optionally finishing
*
Expand Down

0 comments on commit c16659b

Please sign in to comment.