diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2019-10-28 07:44:03 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-10-28 07:45:44 +0100 |
| commit | 2716d8e2ae7df7fb99d9d64d1efaa554d1d38034 (patch) | |
| tree | d237a32551ffda015f1852f8529606fdd4de1aa0 /api | |
| parent | c978c641b34f36f64fad9ea4645ab042dbe0111f (diff) | |
api: fix clang build error
Diffstat (limited to 'api')
| -rw-r--r-- | api/plugin-api.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); }; /* |
