Skip to content
Snippets Groups Projects
Commit e99541da authored by Aleš Friedl's avatar Aleš Friedl
Browse files

Ticket #30185 - uniform initialization

parent 7b5080c3
Branches
Tags
No related merge requests found
......@@ -35,7 +35,7 @@ const char* Exception::what() const noexcept
}
InvalidUuid::InvalidUuid(std::string _msg)
: Exception(std::move(_msg))
: Exception{std::move(_msg)}
{
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment