diff options
Diffstat (limited to 'src/session.h')
-rw-r--r-- | src/session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/session.h b/src/session.h index 179d2b75..6ee7af9d 100644 --- a/src/session.h +++ b/src/session.h @@ -75,7 +75,7 @@ public: TRACE_DTOR(session_t); } - void now_at_command_line(const bool truth) { + void set_flush_on_next_data_file(const bool truth) { flush_on_next_data_file = true; } |