From c431335c66735391cf0c2578c5c4aec30c0851ae Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 18 Jul 2005 17:01:21 +0000 Subject: Fixed error given by g++ 3.3 but not >= 3.4. --- src/base.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/base.cpp') diff --git a/src/base.cpp b/src/base.cpp index 79ad0655..5927e74e 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -62,6 +62,10 @@ const string NULL_STRING; */ const text NULL_TEXT; +/** "Null" (empty) word. + */ +const word NULL_WORD; + /** Return the library name (eg. "libvmime"). * -- cgit v1.2.3