summaryrefslogtreecommitdiff
path: root/plugins/YAMN/proto/pop3/pop3.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-05-26 21:22:43 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-05-26 21:22:43 +0000
commitc5bc8f21d5b87482f737c5ca64a4d46ebe7a2497 (patch)
treec13b62a3f1224750108aa33919ef6f9a32a2767d /plugins/YAMN/proto/pop3/pop3.h
parent17f839d0a607c05ae390d6306d81ecea19c7ea45 (diff)
YAMN became partially Unicode
git-svn-id: http://svn.miranda-ng.org/main/trunk@186 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAMN/proto/pop3/pop3.h')
-rw-r--r--plugins/YAMN/proto/pop3/pop3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/YAMN/proto/pop3/pop3.h b/plugins/YAMN/proto/pop3/pop3.h
index faa6bd6195..1f7f2ea737 100644
--- a/plugins/YAMN/proto/pop3/pop3.h
+++ b/plugins/YAMN/proto/pop3/pop3.h
@@ -23,7 +23,7 @@ class CPop3Client
{
public:
CPop3Client(): NetClient(NULL), Stopped(FALSE) {}
- ~CPop3Client() {if(NetClient!=NULL) delete NetClient;}
+ ~CPop3Client() {if (NetClient!=NULL) delete NetClient;}
char* Connect(const char* servername,const int port=110,BOOL UseSSL=FALSE, BOOL NoTLS=FALSE);
char* RecvRest(char* prev,int mode,int size=65536);