diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkMatch.h b/hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkMatch.h
index 6c29f2a..87a8281 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkMatch.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkMatch.h
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef NETWORKMATCH_H
#define NETWORKMATCH_H
@@ -69,7 +69,7 @@ public:
/**
* As new network matching routines are introduced this will need to be modified. E.g. Railway
*/
- virtual QString getMatchName() const override { return HighwayMatch::getHighwayMatchName(); }
+ virtual QString getMatchName() const override { return HighwayMatch::MATCH_NAME; }
virtual double getScore() const override { return getProbability(); }