PluginUnavailable: inherit the base class constructor
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| /* | ||||
|  * Copyright 2003-2018 The Music Player Daemon Project | ||||
|  * Copyright 2003-2020 The Music Player Daemon Project | ||||
|  * http://www.musicpd.org | ||||
|  * | ||||
|  * This program is free software; you can redistribute it and/or modify | ||||
| @@ -29,8 +29,7 @@ | ||||
|  */ | ||||
| class PluginUnavailable final : public std::runtime_error { | ||||
| public: | ||||
| 	explicit PluginUnavailable(const char *msg) | ||||
| 		:std::runtime_error(msg) {} | ||||
| 	using std::runtime_error::runtime_error; | ||||
| }; | ||||
|  | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Max Kellermann
					Max Kellermann