summaryrefslogtreecommitdiff
path: root/src/annotate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/annotate.h')
-rw-r--r--src/annotate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/annotate.h b/src/annotate.h
index 1e62e2fa..27deaad3 100644
--- a/src/annotate.h
+++ b/src/annotate.h
@@ -108,7 +108,7 @@ struct annotation_t : public supports_flags<>,
return true;
}
-#if defined(HAVE_BOOST_SERIALIZATION)
+#if HAVE_BOOST_SERIALIZATION
private:
/** Serialization. */
@@ -163,7 +163,7 @@ struct keep_details_t
}
bool keep_any(const commodity_t& comm) const;
-#if defined(HAVE_BOOST_SERIALIZATION)
+#if HAVE_BOOST_SERIALIZATION
private:
/** Serialization. */
@@ -251,7 +251,7 @@ public:
virtual void write_annotations(std::ostream& out,
bool no_computed_annotations = false) const;
-#if defined(HAVE_BOOST_SERIALIZATION)
+#if HAVE_BOOST_SERIALIZATION
private:
explicit annotated_commodity_t() : ptr(NULL) {
TRACE_CTOR(annotated_commodity_t, "");