-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.48..v0.2.49 changeset HighwayIntersectionCriterion.h
Garret Voltz edited this page Oct 2, 2019
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/HighwayIntersectionCriterion.h b/hoot-core/src/main/cpp/hoot/core/criterion/HighwayIntersectionCriterion.h
index 01643aa..dcecea1 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/HighwayIntersectionCriterion.h
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/HighwayIntersectionCriterion.h
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2016, 2017, 2018 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef HIGHWAYINTERSECTIONCRITERION_H
#define HIGHWAYINTERSECTIONCRITERION_H
@@ -61,6 +61,9 @@ public:
virtual QString getDescription() const { return "Identifies highway intersections"; }
+ virtual QString toString() const override
+ { return QString::fromStdString(className()).remove("hoot::"); }
+
private:
ConstOsmMapPtr _map;