From 360cf5c2137f664de59cfdad150bd7a9d80d54a9 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 18 Jul 2005 20:17:44 +0000 Subject: [PATCH] Fixed default 'word' constructor using platform handler before being initialized. --- src/base.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base.cpp b/src/base.cpp index 5927e74e..8ccd1207 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -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").