mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4461 Fix return values from RicfCommandResponse
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RicfCommandResponse::RicfCommandResponse(Status status, const QString& message)
|
||||
RicfCommandResponse::RicfCommandResponse(Status status, const QString& message)
|
||||
: m_status(COMMAND_OK)
|
||||
{
|
||||
updateStatus(status, message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user