Fixed default 'word' constructor using platform handler before being initialized.
This commit is contained in:
parent
c431335c66
commit
360cf5c213
@ -64,7 +64,7 @@ const text NULL_TEXT;
|
||||
|
||||
/** "Null" (empty) word.
|
||||
*/
|
||||
const word NULL_WORD;
|
||||
const word NULL_WORD("", vmime::charset(vmime::charsets::US_ASCII));
|
||||
|
||||
|
||||
/** Return the library name (eg. "libvmime").
|
||||
|
Loading…
Reference in New Issue
Block a user