aboutsummaryrefslogtreecommitdiffstats
path: root/src/object.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/object.cpp6
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
+