Kaydet (Commit) 2d6fad78 authored tarafından Pavel Janík's avatar Pavel Janík

Reorder initialization to prevent compiler warning.

üst 80b53edb
......@@ -197,9 +197,9 @@ PagePropertyPanel::PagePropertyPanel(
::boost::bind( &PagePropertyPanel::CreatePageColumnControl, this, _1 ),
A2S("Page columns") )
, mbInvalidateSIDAttrPageOnSIDAttrPageSizeNotify( false )
, mxUndoManager( getUndoManager( rxFrame ) )
, mbInvalidateSIDAttrPageOnSIDAttrPageSizeNotify( false )
{
Initialize();
mbInvalidateSIDAttrPageOnSIDAttrPageSizeNotify = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment