summaryrefslogtreecommitdiff
path: root/format.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-07 22:25:12 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-07 22:25:12 -0400
commitb7777eac684f5f2b20208a49ece118defe82c342 (patch)
tree1162800554d300e519836bca2bafb7c8db780be6 /format.h
parent84fe84bbd2185d3bd997a3ebac99417f99376cfb (diff)
downloadfork-ledger-b7777eac684f5f2b20208a49ece118defe82c342.tar.gz
fork-ledger-b7777eac684f5f2b20208a49ece118defe82c342.tar.bz2
fork-ledger-b7777eac684f5f2b20208a49ece118defe82c342.zip
got entry working again
Diffstat (limited to 'format.h')
-rw-r--r--format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/format.h b/format.h
index 3077b739..172f9a85 100644
--- a/format.h
+++ b/format.h
@@ -105,7 +105,7 @@ class format_transaction
format_transaction(std::ostream& _output_stream,
const format_t& _first_line_format,
const format_t& _next_lines_format,
- const node_t * display_predicate,
+ const node_t * display_predicate = NULL,
#ifdef COLLAPSED_REGISTER
const bool _collapsed = false,
#endif