mirror of
https://github.com/leozide/leocad
synced 2024-12-27 21:58:37 +01:00
Merge pull request #596 from sisco0/fix-compile-warning-reorder
Fixed initialization order at compile time
This commit is contained in:
commit
8f30690ee2
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ public slots:
|
|||
void accept() override;
|
||||
|
||||
private:
|
||||
lcInstructionsPageSetup* mPageSetup;
|
||||
Ui::lcPageSetupDialog *ui;
|
||||
lcInstructionsPageSetup* mPageSetup;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue