From cffdc6caf55ec944144cc87f669e04d80e5045a2 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sat, 5 Nov 2005 09:47:08 +0000 Subject: Fixed typos in documentation. --- src/object.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/object.cpp') 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 // std::runtime_error +#ifndef VMIME_BUILDING_DOC + + namespace vmime { @@ -188,3 +191,6 @@ const int object::getWeakRefCount() const } // vmime + +#endif // VMIME_BUILDING_DOC + -- cgit v1.2.3