diff options
author | Vincent Richard <[email protected]> | 2005-07-18 17:01:21 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-07-18 17:01:21 +0000 |
commit | c431335c66735391cf0c2578c5c4aec30c0851ae (patch) | |
tree | d0c59404aef51a0df2185bb5181882dad43ac245 /src/base.cpp | |
parent | Reference counting and smart pointers. (diff) | |
download | vmime-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.cpp | 4 |
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"). * |