summaryrefslogtreecommitdiff
path: root/textual.h
diff options
context:
space:
mode:
Diffstat (limited to 'textual.h')
-rw-r--r--textual.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/textual.h b/textual.h
index fa45cc53..fd167d86 100644
--- a/textual.h
+++ b/textual.h
@@ -27,7 +27,8 @@ void write_textual_journal(journal_t& journal, path pathname,
const string& write_hdr_format,
std::ostream& out);
-class include_context : public file_context {
+class include_context : public file_context
+{
public:
include_context(const path& file, unsigned long line,
const string& desc = "") throw()