Skip to content

Commit

Permalink
GEO::Numeric instead of Numeric::
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLevy committed Feb 9, 2025
1 parent 0e10a4d commit 487427a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/geogram/basic/geofile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ namespace {

#else

typedef Numeric::int64 ssize_t;
typedef GEO::Numeric::int64 ssize_t;

ssize_t gzread64(gzFile file, void* buf_in, size_t len) {
geo_assert(len < size_t(MAX_GZ_IO_SIZE));
Expand Down

0 comments on commit 487427a

Please sign in to comment.