mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename RimIntersectionHandle to RimIntersection
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include "cafPdmField.h"
|
||||
#include "cafPdmObject.h"
|
||||
|
||||
#include "RimIntersectionHandle.h"
|
||||
#include "RimIntersection.h"
|
||||
|
||||
#include "cvfBoundingBox.h"
|
||||
#include "cvfVector3.h"
|
||||
@@ -43,7 +43,7 @@ class ModelBasicList;
|
||||
//
|
||||
//
|
||||
//==================================================================================================
|
||||
class RimBoxIntersection : public QObject, public RimIntersectionHandle
|
||||
class RimBoxIntersection : public QObject, public RimIntersection
|
||||
{
|
||||
Q_OBJECT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user