fix: sonarcloud warnings (#4023)

This commit is contained in:
Charles Kerr
2022-10-24 22:13:09 -05:00
committed by GitHub
parent 088e146cee
commit 798e873b87
11 changed files with 17 additions and 19 deletions

View File

@@ -13,7 +13,7 @@
class PathButton::Impl
{
public:
Impl(PathButton& widget);
explicit Impl(PathButton& widget);
TR_DISABLE_COPY_MOVE(Impl)