mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-21 22:13:25 -06:00
#1260 Fixed typo in AppFwk
This commit is contained in:
parent
4a66feae26
commit
866350756c
@ -48,7 +48,7 @@
|
||||
#include "cafPdmChildArrayField.h"
|
||||
#include "cafPdmField.h"
|
||||
|
||||
#include "cvfAssert.h"
|
||||
#include "cafAssert.h"
|
||||
|
||||
#include <QAction>
|
||||
|
||||
@ -109,7 +109,7 @@ void CmdAddItemFeature::onActionTriggered(bool isChecked)
|
||||
}
|
||||
else
|
||||
{
|
||||
CVF_ASSERT(0);
|
||||
CAF_ASSERT(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user