Skip to content

v0.2.49..v0.2.50 changeset TagInfo.h

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/schema/TagInfo.h b/hoot-core/src/main/cpp/hoot/core/schema/TagInfo.h
index a170713..3ab18fc 100644
--- a/hoot-core/src/main/cpp/hoot/core/schema/TagInfo.h
+++ b/hoot-core/src/main/cpp/hoot/core/schema/TagInfo.h
@@ -77,6 +77,8 @@ private:
   // they match if any part of the feature tag key is contained in the specified tag key
   bool _exactKeyMatch;
 
+  int _taskStatusUpdateInterval;
+
   QString _getInfo(const QString& input);
 
   QString _printJSON(const QString& lName, TagInfoHash& data);
Clone this wiki locally