diff options
Diffstat (limited to 'lib/persistence.cpp')
-rw-r--r-- | lib/persistence.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/persistence.cpp b/lib/persistence.cpp index c4ee142..4f1be8f 100644 --- a/lib/persistence.cpp +++ b/lib/persistence.cpp @@ -78,5 +78,11 @@ namespace Persistence { Selection::endObject(Stack &) { } + + void + Selection::write(const Writer &) const + { + throw std::logic_error("Default write op shouldn't ever get called"); + } /// LCOV_EXCL_STOP } |