lib/pulse: add "noexcept"

This commit is contained in:
Max Kellermann
2017-11-12 18:25:16 +01:00
parent a92e0e8540
commit ff9759c09d
5 changed files with 6 additions and 6 deletions

View File

@@ -25,6 +25,6 @@
struct pa_context;
std::runtime_error
MakePulseError(pa_context *context, const char *prefix);
MakePulseError(pa_context *context, const char *prefix) noexcept;
#endif