diff options
Diffstat (limited to 'src/lib/filters')
-rw-r--r-- | src/lib/filters/pipe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/filters/pipe.h b/src/lib/filters/pipe.h index 9be0fa1b4..1b839809d 100644 --- a/src/lib/filters/pipe.h +++ b/src/lib/filters/pipe.h @@ -181,7 +181,7 @@ class BOTAN_DLL Pipe final : public DataSource * @param msg the number identifying the message to read from * @return string holding the contents of the pipe */ - std::string read_all_as_string(message_id = DEFAULT_MESSAGE) BOTAN_WARN_UNUSED_RESULT; + std::string read_all_as_string(message_id msg = DEFAULT_MESSAGE) BOTAN_WARN_UNUSED_RESULT; /** * Read from the default message but do not modify the internal |