Copy properties of log tracer

The log tracer needs to copy its parameters, otherwise weird things happen.
This commit is contained in:
Eryn Wells 2014-08-16 08:33:12 -07:00
parent dc6efc5e65
commit 7e3cc3c3ed

View file

@ -69,8 +69,8 @@ struct Tracer
~Tracer();
private:
const std::string& mName;
const std::string& mFunction;
const std::string mName;
const std::string mFunction;
};