aboutsummaryrefslogtreecommitdiffstats
path: root/vmime/net/events.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'vmime/net/events.hpp')
-rw-r--r--vmime/net/events.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/vmime/net/events.hpp b/vmime/net/events.hpp
index 253942e6..66ce2076 100644
--- a/vmime/net/events.hpp
+++ b/vmime/net/events.hpp
@@ -64,7 +64,7 @@ public:
*
* @return event type (see messageCountEvent::Types)
*/
- const Types getType() const;
+ Types getType() const;
/** Return the numbers of the messages that have been added/removed.
*
@@ -127,7 +127,7 @@ public:
*
* @return event type (see messageChangedEvent::Types)
*/
- const Types getType() const;
+ Types getType() const;
/** Return the numbers of the messages that have changed.
*
@@ -191,7 +191,7 @@ public:
*
* @return event type (see folderEvent::Types)
*/
- const Types getType() const;
+ Types getType() const;
/** Dispatch the event to the specified listener.
*