aboutsummaryrefslogtreecommitdiffstats
path: root/src/base.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-07-18 17:01:21 +0000
committerVincent Richard <[email protected]>2005-07-18 17:01:21 +0000
commitc431335c66735391cf0c2578c5c4aec30c0851ae (patch)
treed0c59404aef51a0df2185bb5181882dad43ac245 /src/base.cpp
parentReference counting and smart pointers. (diff)
downloadvmime-c431335c66735391cf0c2578c5c4aec30c0851ae.tar.gz
vmime-c431335c66735391cf0c2578c5c4aec30c0851ae.zip
Fixed error given by g++ 3.3 but not >= 3.4.
Diffstat (limited to 'src/base.cpp')
-rw-r--r--src/base.cpp4
1 files changed, 4 insertions, 0 deletions
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").
*