Use raw pointer instead of smart pointer

p4#: 20892
This commit is contained in:
Magne Sjaastad
2013-03-13 14:58:36 +01:00
parent 160456106a
commit 422c4ca54b
2 changed files with 4 additions and 5 deletions

View File

@@ -55,6 +55,5 @@ protected:
virtual caf::PdmFieldHandle* userDescriptionField();
private:
cvf::ref<RigMainGrid> m_mainGrid;
RigMainGrid* m_mainGrid;
};