diff options
Diffstat (limited to 'src/stream.h')
-rw-r--r-- | src/stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream.h b/src/stream.h index 356df08c..42c85534 100644 --- a/src/stream.h +++ b/src/stream.h @@ -114,7 +114,7 @@ public: * empty. */ void initialize(const optional<path>& output_file = none, - const optional<path>& pager_path = none); + const optional<path>& pager_path = none); /** * Convertor to a standard ostream. This is used so that we can |