mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-29 12:45:22 +01:00
removed comma after last enum member (Sun CC warning)
This commit is contained in:
parent
5ba59148d4
commit
7007646ea2
@ -67,7 +67,7 @@ public:
|
||||
{
|
||||
AUTH_NONE,
|
||||
AUTH_CRAM_MD5,
|
||||
AUTH_LOGIN,
|
||||
AUTH_LOGIN
|
||||
};
|
||||
|
||||
explicit SMTPClientSession(const StreamSocket& socket);
|
||||
|
Loading…
x
Reference in New Issue
Block a user