Skip to content

v0.2.55..v0.2.56 changeset MultiaryScorePoiMatchesCmd.cpp

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-rnd/src/main/cpp/hoot/rnd/cmd/MultiaryScorePoiMatchesCmd.cpp b/hoot-rnd/src/main/cpp/hoot/rnd/cmd/MultiaryScorePoiMatchesCmd.cpp
index 1f974ae..864397e 100644
--- a/hoot-rnd/src/main/cpp/hoot/rnd/cmd/MultiaryScorePoiMatchesCmd.cpp
+++ b/hoot-rnd/src/main/cpp/hoot/rnd/cmd/MultiaryScorePoiMatchesCmd.cpp
@@ -58,7 +58,7 @@ public:
 
   static string className() { return "hoot::MultiaryScorePoiMatchesCmd"; }
 
-  MultiaryScorePoiMatchesCmd() { }
+  MultiaryScorePoiMatchesCmd() = default;
 
   QString evaluateThreshold(OsmMapPtr map, QString output,
     std::shared_ptr<MatchThreshold> mt, bool showConfusion)
Clone this wiki locally