type conversion
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@880 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -901,7 +901,7 @@ bool _PLYReader_::can_u_read(std::istream& _is) const {
|
||||
return false;
|
||||
}
|
||||
|
||||
size_t streamPos = _is.tellg();
|
||||
std::streamoff streamPos = _is.tellg();
|
||||
_is >> keyword;
|
||||
while (keyword != "end_header") {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user