summaryrefslogtreecommitdiff
path: root/src/archive.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/archive.h')
-rw-r--r--src/archive.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/archive.h b/src/archive.h
index 60ead5a9..03fc970a 100644
--- a/src/archive.h
+++ b/src/archive.h
@@ -69,10 +69,10 @@ public:
bool read_header();
bool should_load(const std::list<path>& data_files);
- bool should_save(shared_ptr<journal_t> journal);
+ bool should_save(journal_t& journal);
- void save(shared_ptr<journal_t> journal);
- bool load(shared_ptr<journal_t> journal);
+ void save(journal_t& journal);
+ bool load(journal_t& journal);
#if defined(HAVE_BOOST_SERIALIZATION)
private: