Skip to content

v0.2.52..v0.2.53 changeset ElementJs.h

Garret Voltz edited this page Feb 12, 2020 · 1 revision
diff --git a/hoot-js/src/main/cpp/hoot/js/elements/ElementJs.h b/hoot-js/src/main/cpp/hoot/js/elements/ElementJs.h
index 0516f73..93ef89f 100644
--- a/hoot-js/src/main/cpp/hoot/js/elements/ElementJs.h
+++ b/hoot-js/src/main/cpp/hoot/js/elements/ElementJs.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 ELEMENTJS_H
 #define ELEMENTJS_H
@@ -73,6 +73,7 @@ protected:
   static void getTags(const v8::FunctionCallbackInfo<v8::Value>& args);
   static void setStatusString(const v8::FunctionCallbackInfo<v8::Value>& args);
   static void setTags(const v8::FunctionCallbackInfo<v8::Value>& args);
+  static void setTag(const v8::FunctionCallbackInfo<v8::Value>& args);
   static void toString(const v8::FunctionCallbackInfo<v8::Value>& args);
 
 private:
Clone this wiki locally