diff --git a/src/qt/choice.cpp b/src/qt/choice.cpp index ef7f4bfa48..9399820bf6 100644 --- a/src/qt/choice.cpp +++ b/src/qt/choice.cpp @@ -20,7 +20,7 @@ namespace class LexicalSortProxyModel : public QSortFilterProxyModel { public: - LexicalSortProxyModel(QObject* owner) : QSortFilterProxyModel(owner) {} + explicit LexicalSortProxyModel(QObject* owner) : QSortFilterProxyModel(owner) {} bool lessThan( const QModelIndex &left, const QModelIndex &right ) const wxOVERRIDE {