Commit b221bd74 authored by Max Kellermann's avatar Max Kellermann

input/qobuz: remove bogus "noexcept"

This change was missing in 47fa8c4c
parent fd0a5a11
...@@ -68,7 +68,7 @@ QobuzClient::GetCurl() noexcept ...@@ -68,7 +68,7 @@ QobuzClient::GetCurl() noexcept
} }
void void
QobuzClient::StartLogin() noexcept QobuzClient::StartLogin()
{ {
assert(!session.IsDefined()); assert(!session.IsDefined());
assert(!login_request); assert(!login_request);
......
...@@ -94,7 +94,7 @@ public: ...@@ -94,7 +94,7 @@ public:
const std::multimap<std::string, std::string> &query) const noexcept; const std::multimap<std::string, std::string> &query) const noexcept;
private: private:
void StartLogin() noexcept; void StartLogin();
void InvokeHandlers() noexcept; void InvokeHandlers() noexcept;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment