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