diff options
Diffstat (limited to 'vmime/misc/importanceHelper.hpp')
-rw-r--r-- | vmime/misc/importanceHelper.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vmime/misc/importanceHelper.hpp b/vmime/misc/importanceHelper.hpp index 0192bfe8..a139ffbc 100644 --- a/vmime/misc/importanceHelper.hpp +++ b/vmime/misc/importanceHelper.hpp @@ -72,7 +72,7 @@ public: * @return importance of the message, or default importance is no * information about importance is given in the message */ - static const Importance getImportance(ref <const message> msg); + static Importance getImportance(ref <const message> msg); /** Return the importance of a message, given its header. * @@ -80,7 +80,7 @@ public: * @return importance of the message, or default importance is no * information about importance is given in the message */ - static const Importance getImportanceHeader(ref <const header> hdr); + static Importance getImportanceHeader(ref <const header> hdr); /** Set the importance of the specified message. * |