aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-07-18 20:17:44 +0000
committerVincent Richard <[email protected]>2005-07-18 20:17:44 +0000
commit360cf5c2137f664de59cfdad150bd7a9d80d54a9 (patch)
tree66c01c97549037951a0b0da68e0c302c494f7794
parentFixed error given by g++ 3.3 but not >= 3.4. (diff)
downloadvmime-360cf5c2137f664de59cfdad150bd7a9d80d54a9.tar.gz
vmime-360cf5c2137f664de59cfdad150bd7a9d80d54a9.zip
Fixed default 'word' constructor using platform handler before being initialized.
-rw-r--r--src/base.cpp2
1 files changed, 1 insertions, 1 deletions
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").