Fixed default 'word' constructor using platform handler before being initialized.

This commit is contained in:
Vincent Richard 2005-07-18 20:17:44 +00:00
parent c431335c66
commit 360cf5c213

View File

@ -64,7 +64,7 @@ const text NULL_TEXT;
/** "Null" (empty) word. /** "Null" (empty) word.
*/ */
const word NULL_WORD; const word NULL_WORD("", vmime::charset(vmime::charsets::US_ASCII));
/** Return the library name (eg. "libvmime"). /** Return the library name (eg. "libvmime").