mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix wrong use of macros in constructor causing crash triggered by regression tests
This commit is contained in:
@@ -34,7 +34,8 @@ RimDialogData::RimDialogData()
|
||||
m_exportCarfin = new RicExportCarfinUi;
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&m_exportCompletionData, "ExportCompletionData", "Export Completion Data", "", "", "");
|
||||
m_exportCompletionData = new RicExportCompletionDataSettingsUi(false);
|
||||
m_exportCompletionData = new RicExportCompletionDataSettingsUi();
|
||||
m_exportCompletionData->setOnlyWellPathCollectionSelected(false);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user