aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2014-03-26 22:31:53 +0000
committerVincent Richard <[email protected]>2014-03-26 22:31:53 +0000
commit4cf7e02132685c35a72b09ac77918740c7faab00 (patch)
tree7a173c4c9fd193211955897ceea3a19b6277941d
parentTrace socket/connection events. (diff)
parentwindows build fix: add missing member declaration (diff)
downloadvmime-4cf7e02132685c35a72b09ac77918740c7faab00.tar.gz
vmime-4cf7e02132685c35a72b09ac77918740c7faab00.zip
Merge pull request #72 from mabrand/fix3
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();