input/qobuz: remove bogus "noexcept"
This change was missing in 47fa8c4cf6
This commit is contained in:
@@ -94,7 +94,7 @@ public:
|
||||
const std::multimap<std::string, std::string> &query) const noexcept;
|
||||
|
||||
private:
|
||||
void StartLogin() noexcept;
|
||||
void StartLogin();
|
||||
|
||||
void InvokeHandlers() noexcept;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user