diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/rubber-sheet/RubberSheet.h b/hoot-core/src/main/cpp/hoot/core/algorithms/rubber-sheet/RubberSheet.h
index 96aabba..6c28456 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/rubber-sheet/RubberSheet.h
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/rubber-sheet/RubberSheet.h
@@ -133,6 +133,13 @@ public:
virtual QString getDescription() const override { return "Applies rubber sheeting to a map"; }
+ /**
+ * @see FilteredByCriteria
+ */
+ virtual QStringList getCriteria() const;
+
+ virtual std::string getClassName() const { return className(); }
+
private:
typedef std::map<long, std::list<Match>> MatchList;