Skip to content

v0.2.50..v0.2.51 changeset IdGenerator.h

Garret Voltz edited this page Jan 15, 2020 · 1 revision
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;
 };
 
Clone this wiki locally