diff options
Diffstat (limited to 'textual.h')
-rw-r--r-- | textual.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,7 @@ void write_textual_journal(journal_t& journal, const string& write_hdr_format, std::ostream& out); +#if 0 class include_context : public file_context { public: @@ -43,6 +44,7 @@ class include_context : public file_context << std::endl; } }; +#endif } // namespace ledger |