diff options
-rw-r--r-- | vmime/context.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmime/context.hpp b/vmime/context.hpp index 76cc0ee4..c369fb92 100644 --- a/vmime/context.hpp +++ b/vmime/context.hpp @@ -109,7 +109,7 @@ protected: context(const context& ctx); virtual context& operator=(const context& ctx); - virtual void copyFrom(const context& ctx); + void copyFrom(const context& ctx); bool m_internationalizedEmail; charsetConverterOptions m_charsetConvOptions; |