WaE member init order
This commit is contained in:
parent
62d180f049
commit
6f5595a1e9
1 changed files with 4 additions and 2 deletions
|
@ -90,8 +90,10 @@
|
|||
* @descr Constructor of class LwpDrawObj
|
||||
* @param pStream The memory stream which contains the lwp-sdw draw objects
|
||||
*/
|
||||
LwpDrawObj::LwpDrawObj(SvStream * pStream, DrawingOffsetAndScale* pTransData) :
|
||||
m_pStream(pStream), m_pTransData(pTransData), m_eType(OT_UNDEFINED)
|
||||
LwpDrawObj::LwpDrawObj(SvStream * pStream, DrawingOffsetAndScale* pTransData)
|
||||
: m_eType(OT_UNDEFINED)
|
||||
, m_pStream(pStream)
|
||||
, m_pTransData(pTransData)
|
||||
{
|
||||
this->ReadObjHeaderRecord();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue