Skip to content

Commit

Permalink
addresses issue #93 compiler warning re: streampos (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldsmith authored Aug 31, 2022
1 parent 79f1734 commit c13fffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dpx/dpx.hh
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ struct dpx {
compliance_e current_compliance;
endian_mode_e current_endian_mode;

std::istream::streampos header_start;
std::streampos header_start;

public:
virtual ~dpx();
Expand Down

0 comments on commit c13fffa

Please # to comment.