diff options
Diffstat (limited to 'src/pipe_rw.cpp')
-rw-r--r-- | src/pipe_rw.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pipe_rw.cpp b/src/pipe_rw.cpp index 46fce2fd9..58d7dd1ad 100644 --- a/src/pipe_rw.cpp +++ b/src/pipe_rw.cpp @@ -12,7 +12,8 @@ namespace Botan { /************************************************* * Look up the canonical ID for a queue * *************************************************/ -Pipe::message_id Pipe::get_message_no(const std::string& func_name, message_id msg) const +Pipe::message_id Pipe::get_message_no(const std::string& func_name, + message_id msg) const { if(msg == DEFAULT_MESSAGE) msg = default_msg(); |