AppFwk Clang : Reorder initialization order to match declaration order

This commit is contained in:
Magne Sjaastad
2018-02-23 19:43:48 +01:00
parent f9de64c538
commit 309b1f0749
5 changed files with 27 additions and 27 deletions

View File

@@ -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