diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-03-13 00:16:40 +0100 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-03-13 00:16:40 +0100 |
| commit | 05bff44937922c0a7519952201f6854b72d38483 (patch) | |
| tree | 1b05e4263c4621f99a477d13d2362143bdaa8e03 /src/base/QXmppMessage.h | |
| parent | 69afc4644606d40f0928a0eb0775ec9a03fdb661 (diff) | |
| download | qxmpp-05bff44937922c0a7519952201f6854b72d38483.tar.gz | |
Remove trailing comma after last item in enums
This allows compilation with GCC in pedantic mode.
Diffstat (limited to 'src/base/QXmppMessage.h')
| -rw-r--r-- | src/base/QXmppMessage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/QXmppMessage.h b/src/base/QXmppMessage.h index 119dba3e..03c4a408 100644 --- a/src/base/QXmppMessage.h +++ b/src/base/QXmppMessage.h @@ -57,7 +57,7 @@ public: Inactive, ///< User has not been actively participating in the chat session. Gone, ///< User has effectively ended their participation in the chat session. Composing, ///< User is composing a message. - Paused, ///< User had been composing but now has stopped. + Paused ///< User had been composing but now has stopped. }; /// This enum describes a chat marker as defined by |
