diff options
-rw-r--r-- | paludis/ipc_output_manager.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/ipc_output_manager.hh b/paludis/ipc_output_manager.hh index 111f6d556..3ddac98fe 100644 --- a/paludis/ipc_output_manager.hh +++ b/paludis/ipc_output_manager.hh @@ -45,7 +45,7 @@ namespace paludis const int pipe_read_fd, const int pipe_write_fd, const CreateOutputManagerInfo &); - ~IPCOutputManager(); + ~IPCOutputManager() noexcept(false); virtual std::ostream & stdout_stream() PALUDIS_ATTRIBUTE((warn_unused_result)); virtual std::ostream & stderr_stream() PALUDIS_ATTRIBUTE((warn_unused_result)); |