Skip to content

v0.2.47..v0.2.48 changeset ElementConverter.h

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/elements/ElementConverter.h b/hoot-core/src/main/cpp/hoot/core/elements/ElementConverter.h
index 16e42e5..672b316 100644
--- a/hoot-core/src/main/cpp/hoot/core/elements/ElementConverter.h
+++ b/hoot-core/src/main/cpp/hoot/core/elements/ElementConverter.h
@@ -73,6 +73,10 @@ class ElementConverter
 {
 public:
 
+  static int logWarnCount;
+
+  static std::string className() { return "hoot::ElementConverter"; }
+
   /**
    * see class description
    *
Clone this wiki locally