summaryrefslogtreecommitdiff
path: root/src/location/qgeoboundingcircle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/qgeoboundingcircle.cpp')
-rw-r--r--src/location/qgeoboundingcircle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/qgeoboundingcircle.cpp b/src/location/qgeoboundingcircle.cpp
index 67736c70..5a2fcd0d 100644
--- a/src/location/qgeoboundingcircle.cpp
+++ b/src/location/qgeoboundingcircle.cpp
@@ -119,7 +119,7 @@ QGeoBoundingCircle::~QGeoBoundingCircle() {}
Assigns \a other to this bounding circle and returns a reference to this
bounding circle.
*/
-QGeoBoundingCircle& QGeoBoundingCircle::operator = (const QGeoBoundingCircle & other)
+QGeoBoundingCircle &QGeoBoundingCircle::operator = (const QGeoBoundingCircle & other)
{
if (this == &other)
return *this;