diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/perty/PertyOp.h b/hoot-core/src/main/cpp/hoot/core/algorithms/perty/PertyOp.h
index 2ab3403..e9111aa 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/perty/PertyOp.h
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/perty/PertyOp.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 PERTY_H
#define PERTY_H
@@ -104,6 +104,8 @@ public:
virtual QString getDescription() const { return "Perturbs map data"; }
+ virtual std::string getClassName() const { return className(); }
+
private:
Meters _D;