v0.2.50..v0.2.51 changeset IdGenerator.h - ngageoint/hootenanny GitHub Wiki
diff --git a/hoot-core/src/main/cpp/hoot/core/util/IdGenerator.h b/hoot-core/src/main/cpp/hoot/core/util/IdGenerator.h
index a1495ae..bca4f12 100644
--- a/hoot-core/src/main/cpp/hoot/core/util/IdGenerator.h
+++ b/hoot-core/src/main/cpp/hoot/core/util/IdGenerator.h
@@ -60,6 +60,7 @@ public:
virtual void reset() = 0;
private:
+
static std::shared_ptr<IdGenerator> _theInstance;
};