#2727 Legends : Rename to RimRegularLegendConfig

This commit is contained in:
Magne Sjaastad
2018-04-18 10:10:39 +02:00
parent f85c1de330
commit 3bc85ce794
41 changed files with 186 additions and 186 deletions

View File

@@ -24,7 +24,7 @@
#include "cafPdmChildField.h"
#include "cafPdmField.h"
class RimLegendConfig;
class RimRegularLegendConfig;
//==================================================================================================
@@ -39,7 +39,7 @@ public:
RimGeoMechCellColors(void);
virtual ~RimGeoMechCellColors(void);
caf::PdmChildField<RimLegendConfig*> legendConfig;
caf::PdmChildField<RimRegularLegendConfig*> legendConfig;
void updateIconState();
virtual void initAfterRead() override;