From 2716d8e2ae7df7fb99d9d64d1efaa554d1d38034 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 28 Oct 2019 07:44:03 +0100 Subject: api: fix clang build error --- api/plugin-api.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') diff --git a/api/plugin-api.hpp b/api/plugin-api.hpp index e49530d2..263ee475 100644 --- a/api/plugin-api.hpp +++ b/api/plugin-api.hpp @@ -99,7 +99,7 @@ struct OTR_API_EXPORT module_status final bool is_ok() const; module_status(); - explicit module_status(const QString& error); + module_status(const QString& error); }; /* -- cgit v1.2.3