diff options
author | Vincent Richard <[email protected]> | 2006-01-08 10:46:41 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2006-01-08 10:46:41 +0000 |
commit | f259c6e4d7a3ea4ea86ebe727181fde217ce8a60 (patch) | |
tree | 43739fad0a648138e7d606960f6fd2206575b055 | |
parent | Inverted flags and mode in deleteMessage[s]() (thanks to Benjamin Biron). (diff) | |
download | vmime-f259c6e4d7a3ea4ea86ebe727181fde217ce8a60.tar.gz vmime-f259c6e4d7a3ea4ea86ebe727181fde217ce8a60.zip |
Fixed compilation problem with GCC 4.
-rw-r--r-- | vmime/net/smtp/SMTPResponse.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmime/net/smtp/SMTPResponse.hpp b/vmime/net/smtp/SMTPResponse.hpp index 49681e50..73eb927f 100644 --- a/vmime/net/smtp/SMTPResponse.hpp +++ b/vmime/net/smtp/SMTPResponse.hpp @@ -44,7 +44,7 @@ namespace smtp { */ class SMTPResponse : public object { - friend class creator; + friend class vmime::creator; public: |