-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.55..v0.2.56 changeset HootApiDb.h
Garret Voltz edited this page Aug 14, 2020
·
3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/io/HootApiDb.h b/hoot-core/src/main/cpp/hoot/core/io/HootApiDb.h
index 304e54e..245c068 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/HootApiDb.h
+++ b/hoot-core/src/main/cpp/hoot/core/io/HootApiDb.h
@@ -48,8 +48,6 @@ public:
static std::string className() { return "hoot::HootApiDb"; }
- static int logWarnCount;
-
HootApiDb();
virtual ~HootApiDb();
@@ -581,6 +579,8 @@ protected:
private:
+ static int logWarnCount;
+
friend class ServiceHootApiDbReaderTest;
friend class ServiceHootApiDbWriterTest;