diff options
author | Vincent Richard <[email protected]> | 2014-03-26 22:31:53 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2014-03-26 22:31:53 +0000 |
commit | 4cf7e02132685c35a72b09ac77918740c7faab00 (patch) | |
tree | 7a173c4c9fd193211955897ceea3a19b6277941d | |
parent | Trace socket/connection events. (diff) | |
parent | windows build fix: add missing member declaration (diff) | |
download | vmime-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.hpp | 1 |
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(); |