Skip to content

v0.2.54..v0.2.55 changeset RelationJs.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
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;
Clone this wiki locally