Skip to content

Commit

Permalink
GUI: Fix -Wreorder warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fdde authored and DrMcCoy committed Dec 27, 2017
1 parent d37b59c commit bfd148d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/panelresourceinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ private /*slots*/:

QPushButton *_btnExportRaw;
QPushButton *_btnExportBMUMP3;
QPushButton *_btnExportWAV;
QPushButton *_btnExportTGA;
QPushButton *_btnExportWAV;
};

} // End of namespace GUI
Expand Down

0 comments on commit bfd148d

Please sign in to comment.