diff --git a/src/log.hh b/src/log.hh index 24727ef..31e3a23 100644 --- a/src/log.hh +++ b/src/log.hh @@ -69,8 +69,8 @@ struct Tracer ~Tracer(); private: - const std::string& mName; - const std::string& mFunction; + const std::string mName; + const std::string mFunction; };