aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <[email protected]>2014-03-26 21:46:32 +0000
committerMark Brand <[email protected]>2014-03-26 22:28:50 +0000
commit3f938d9e4a3f0d32892e83315d9abcb510cf14bc (patch)
tree7a173c4c9fd193211955897ceea3a19b6277941d
parentTrace socket/connection events. (diff)
downloadvmime-3f938d9e4a3f0d32892e83315d9abcb510cf14bc.tar.gz
vmime-3f938d9e4a3f0d32892e83315d9abcb510cf14bc.zip
windows build fix: add missing member declaration
-rw-r--r--src/vmime/platforms/windows/windowsSocket.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vmime/platforms/windows/windowsSocket.hpp b/src/vmime/platforms/windows/windowsSocket.hpp
index 8e9df2a1..f2d2f550 100644
--- a/src/vmime/platforms/windows/windowsSocket.hpp
+++ b/src/vmime/platforms/windows/windowsSocket.hpp
@@ -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();