diff --git a/include/chemistry.hpp b/include/chemistry.hpp index 6828a64..0ff90bc 100644 --- a/include/chemistry.hpp +++ b/include/chemistry.hpp @@ -41,13 +41,12 @@ namespace Chemistry } // Thermo class, non-copyable - class Thermo - { - private: + class Thermo { + private: std::unique_ptr m_thermo; - public: - Thermo() + public: + Thermo() : m_thermo(nullptr) { }