mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
Ref T516 Update CStatusMessage call sites to use new syntax.
This commit is contained in:
@@ -92,7 +92,7 @@ namespace BlackGui
|
||||
|
||||
if (!this->currentModelView())
|
||||
{
|
||||
const CStatusMessage m(this, CStatusMessage::SeverityError, "No data for simulator updating");
|
||||
const CStatusMessage m(this, CStatusMessage::SeverityError, u"No data for simulator updating");
|
||||
this->addStatusMessage(m);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user