aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2006-01-08 10:46:41 +0000
committerVincent Richard <[email protected]>2006-01-08 10:46:41 +0000
commitf259c6e4d7a3ea4ea86ebe727181fde217ce8a60 (patch)
tree43739fad0a648138e7d606960f6fd2206575b055
parentInverted flags and mode in deleteMessage[s]() (thanks to Benjamin Biron). (diff)
downloadvmime-f259c6e4d7a3ea4ea86ebe727181fde217ce8a60.tar.gz
vmime-f259c6e4d7a3ea4ea86ebe727181fde217ce8a60.zip
Fixed compilation problem with GCC 4.
-rw-r--r--vmime/net/smtp/SMTPResponse.hpp2
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: