mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
AppFwk Clang : Reorder initialization order to match declaration order
This commit is contained in:
@@ -139,7 +139,7 @@ namespace caf
|
||||
class PdmObject : public PdmObjectHandle, public PdmXmlObjectHandle, public PdmUiObjectHandle
|
||||
{
|
||||
public:
|
||||
PdmObject() : PdmObjectHandle(), PdmUiObjectHandle(this, false), PdmXmlObjectHandle(this, false) {}
|
||||
PdmObject() : PdmObjectHandle(), PdmXmlObjectHandle(this, false), PdmUiObjectHandle(this, false) {}
|
||||
virtual ~PdmObject() {}
|
||||
|
||||
/// Adds field to the internal data structure and sets the file keyword and Ui information
|
||||
|
||||
Reference in New Issue
Block a user