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