summaryrefslogtreecommitdiff
path: root/src/location/qgeoboundingbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/qgeoboundingbox.h')
-rw-r--r--src/location/qgeoboundingbox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/qgeoboundingbox.h b/src/location/qgeoboundingbox.h
index 106d1b37..e0372689 100644
--- a/src/location/qgeoboundingbox.h
+++ b/src/location/qgeoboundingbox.h
@@ -62,7 +62,7 @@ public:
~QGeoBoundingBox();
- QGeoBoundingBox& operator = (const QGeoBoundingBox &other);
+ QGeoBoundingBox &operator = (const QGeoBoundingBox &other);
using QGeoBoundingArea::operator==;
bool operator==(const QGeoBoundingBox &other) const;
@@ -100,7 +100,7 @@ public:
QGeoBoundingBox united(const QGeoBoundingBox &boundingBox) const;
QGeoBoundingBox operator | (const QGeoBoundingBox &boundingBox) const;
- QGeoBoundingBox& operator |= (const QGeoBoundingBox &boundingBox);
+ QGeoBoundingBox &operator |= (const QGeoBoundingBox &boundingBox);
private:
inline QGeoBoundingBoxPrivate *d_func();