summaryrefslogtreecommitdiff
path: root/src/journal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal.h')
-rw-r--r--src/journal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/journal.h b/src/journal.h
index 1f9cf3af..5e0fa0e3 100644
--- a/src/journal.h
+++ b/src/journal.h
@@ -99,7 +99,7 @@ public:
TRACE_DTOR(journal_t::fileinfo_t);
}
-#if defined(HAVE_BOOST_SERIALIZATION)
+#if HAVE_BOOST_SERIALIZATION
private:
/** Serialization. */
@@ -208,7 +208,7 @@ public:
private:
std::size_t read_textual(parse_context_stack_t& context);
-#if defined(HAVE_BOOST_SERIALIZATION)
+#if HAVE_BOOST_SERIALIZATION
private:
/** Serialization. */