Skip to content

Commit

Permalink
Type change for C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Feb 12, 2020
1 parent 49de562 commit a742a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/PlyReader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class PDAL_DLL PlyReader : public Reader, public Streamable
std::string::size_type m_linePos;
std::stack<std::string> m_lines;
std::istream *m_stream;
std::istream::streampos m_dataPos;
std::istream::pos_type m_dataPos;
std::vector<Element> m_elements;
PointId m_index;
Element *m_vertexElt;
Expand Down

0 comments on commit a742a34

Please sign in to comment.