#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"
class RimLegendConfig;
class RimRegularLegendConfig;
//==================================================================================================
///
@@ -50,6 +50,6 @@ protected:
private:
caf::PdmField<QString> m_name;
caf::PdmChildField<RimLegendConfig*> m_legend;
caf::PdmChildField<RimRegularLegendConfig*> m_legend;
};