diff --git a/hoot-js/src/main/cpp/hoot/js/elements/RelationJs.h b/hoot-js/src/main/cpp/hoot/js/elements/RelationJs.h
index b70a814..7201cf8 100644
--- a/hoot-js/src/main/cpp/hoot/js/elements/RelationJs.h
+++ b/hoot-js/src/main/cpp/hoot/js/elements/RelationJs.h
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2015, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef RELATIONJS_H
#define RELATIONJS_H
@@ -62,6 +62,7 @@ private:
static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
static void replaceElement(const v8::FunctionCallbackInfo<v8::Value>& args);
+ static void getType(const v8::FunctionCallbackInfo<v8::Value>& args);
ConstRelationPtr _constRelation;
RelationPtr _relation;