diff --git a/hoot-js/src/main/cpp/hoot/js/visitors/JsFunctionVisitor.h b/hoot-js/src/main/cpp/hoot/js/visitors/JsFunctionVisitor.h
index 5d97194..8acbb45 100644
--- a/hoot-js/src/main/cpp/hoot/js/visitors/JsFunctionVisitor.h
+++ b/hoot-js/src/main/cpp/hoot/js/visitors/JsFunctionVisitor.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 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef JSFUNCTIONVISITOR_H
#define JSFUNCTIONVISITOR_H
@@ -58,6 +58,7 @@ public:
virtual void visit(const ConstElementPtr& e);
virtual QString getDescription() const { return ""; }
+ virtual std::string getClassName() const { return ""; }
private: