summaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/geo/zcurve.h
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/vespa/vespalib/geo/zcurve.h')
-rw-r--r--vespalib/src/vespa/vespalib/geo/zcurve.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vespalib/src/vespa/vespalib/geo/zcurve.h b/vespalib/src/vespa/vespalib/geo/zcurve.h
index 2efcc50d1ed..2f92b3a019b 100644
--- a/vespalib/src/vespa/vespalib/geo/zcurve.h
+++ b/vespalib/src/vespa/vespalib/geo/zcurve.h
@@ -32,9 +32,9 @@ public:
~BoundingBox() = default;
- int64_t getzMinx() const { return _zMinx; }
- int64_t getzMaxx() const { return _zMaxx; }
- int64_t getzMiny() const { return _zMiny; }
+ int64_t getzMinx() const { return _zMinx; }
+ int64_t getzMaxx() const { return _zMaxx; }
+ int64_t getzMiny() const { return _zMiny; }
int64_t getzMaxy() const { return _zMaxy; }
/**