diff options
author | Vincent Richard <[email protected]> | 2005-11-05 09:47:08 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-11-05 09:47:08 +0000 |
commit | cffdc6caf55ec944144cc87f669e04d80e5045a2 (patch) | |
tree | adf24f880555d353752c0620517b67006201b233 /src/object.cpp | |
parent | Refactored header field values and parameters. (diff) | |
download | vmime-cffdc6caf55ec944144cc87f669e04d80e5045a2.tar.gz vmime-cffdc6caf55ec944144cc87f669e04d80e5045a2.zip |
Fixed typos in documentation.
Diffstat (limited to 'src/object.cpp')
-rw-r--r-- | src/object.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/object.cpp b/src/object.cpp index 72f631e9..3b29b755 100644 --- a/src/object.cpp +++ b/src/object.cpp @@ -29,6 +29,9 @@ #include <stdexcept> // std::runtime_error +#ifndef VMIME_BUILDING_DOC + + namespace vmime { @@ -188,3 +191,6 @@ const int object::getWeakRefCount() const } // vmime + +#endif // VMIME_BUILDING_DOC + |