forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
dd1281181b
commit
a8428f9ffe
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ enum class Status
|
|||
struct Result
|
||||
{
|
||||
Result() = default;
|
||||
Result(Status status, size_t errorsMade): m_status(status), m_errorsMade(errorsMade) {}
|
||||
Result(Status status, size_t errorsMade) : m_status(status), m_errorsMade(errorsMade) {}
|
||||
|
||||
bool operator==(Result const & rhs) const
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue