(#496) Use system macro for init of abstract PDM classes

Removed project specific macro
This commit is contained in:
Magne Sjaastad
2015-09-25 15:09:34 +02:00
parent 7b802187d0
commit 1933bbeb84
4 changed files with 3 additions and 15 deletions
+1 -3
View File
@@ -55,9 +55,7 @@ void caf::AppEnum< RimView::SurfaceModeType >::setUp()
} // End namespace caf
#include "cafPdmAbstractClassSourceInit.h"
CAF_PDM_ABSTRACT_SOURCE_INIT(RimView, "GenericView"); // Do not use. Abstract class
CAF_PDM_XML_ABSTRACT_SOURCE_INIT(RimView, "GenericView"); // Do not use. Abstract class
//--------------------------------------------------------------------------------------------------
///