-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.54..v0.2.55 changeset LocationOfPoint.h
Garret Voltz edited this page Aug 14, 2020
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/linearreference/LocationOfPoint.h b/hoot-core/src/main/cpp/hoot/core/algorithms/linearreference/LocationOfPoint.h
index 7f2f9f2..1684553 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/linearreference/LocationOfPoint.h
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/linearreference/LocationOfPoint.h
@@ -23,7 +23,7 @@
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2005 VividSolutions (http://www.vividsolutions.com/)
- * @copyright Copyright (C) 2015, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef LOCATIONOFPOINT_H
@@ -106,7 +106,6 @@ private:
ConstOsmMapPtr _map;
ConstWayPtr _way;
mutable double _length;
-
};
}