summaryrefslogtreecommitdiff
path: root/test/remoteapi.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/remoteapi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/remoteapi.cpp b/test/remoteapi.cpp
index da3fb0c3..7cd1e9bf 100644
--- a/test/remoteapi.cpp
+++ b/test/remoteapi.cpp
@@ -14,7 +14,7 @@ using namespace newsboat;
*/
class test_api : public RemoteApi {
public:
- test_api(ConfigContainer* c)
+ explicit test_api(ConfigContainer* c)
: RemoteApi(c)
{
}