We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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; };