Skip to content

Commit 8f30690

Browse files
authored
Merge pull request #596 from sisco0/fix-compile-warning-reorder
Fixed initialization order at compile time
2 parents f74c2cb + bdd4dcd commit 8f30690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/lc_pagesetupdialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ public slots:
1717
void accept() override;
1818

1919
private:
20-
lcInstructionsPageSetup* mPageSetup;
2120
Ui::lcPageSetupDialog *ui;
21+
lcInstructionsPageSetup* mPageSetup;
2222
};

0 commit comments

Comments
 (0)