Skip to content

Commit

Permalink
addresses issue ampas#93 compiler warning re: streampos
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldsmith committed Aug 30, 2022
1 parent 79f1734 commit 08ed919
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 08ed919

Please # to comment.