Skip to content

v0.2.54..v0.2.55 changeset WayJs.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-js/src/main/cpp/hoot/js/elements/WayJs.h b/hoot-js/src/main/cpp/hoot/js/elements/WayJs.h
index eb16da9..04a215f 100644
--- a/hoot-js/src/main/cpp/hoot/js/elements/WayJs.h
+++ b/hoot-js/src/main/cpp/hoot/js/elements/WayJs.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 WAYJS_H
 #define WAYJS_H
@@ -61,6 +61,7 @@ private:
   ~WayJs();
 
   static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
+  static void getNodeCount(const v8::FunctionCallbackInfo<v8::Value>& args);
 
   ConstWayPtr _constWay;
   WayPtr _way;
Clone this wiki locally