diff options
| author | Mark Brand <[email protected]> | 2014-03-26 22:46:32 +0100 |
|---|---|---|
| committer | Mark Brand <[email protected]> | 2014-03-26 23:28:50 +0100 |
| commit | 3f938d9e4a3f0d32892e83315d9abcb510cf14bc (patch) | |
| tree | 7a173c4c9fd193211955897ceea3a19b6277941d | |
| parent | Trace socket/connection events. (diff) | |
| download | vmime-3f938d9e4a3f0d32892e83315d9abcb510cf14bc.tar.gz vmime-3f938d9e4a3f0d32892e83315d9abcb510cf14bc.zip | |
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(); |
