windows build fix: add missing member declaration

This commit is contained in:
Mark Brand 2014-03-26 22:46:32 +01:00
parent bbfdcc36a0
commit 3f938d9e4a

View File

@ -73,6 +73,7 @@ public:
const string getPeerAddress() const;
shared_ptr <net::timeoutHandler> getTimeoutHandler();
shared_ptr <net::tracer> m_tracer;
void setTracer(shared_ptr <net::tracer> tracer);
shared_ptr <net::tracer> getTracer();