Fixed compilation warning.
This commit is contained in:
parent
4c00217284
commit
3bf4797fc7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user