Merge pull request #291 from GullCode/ui_fileman_warning_fix

Added a voided v
This commit is contained in:
Erwin Ried
2021-01-28 00:16:40 +01:00
committed by GitHub

View File

@@ -216,6 +216,7 @@ FileSaveView::FileSaveView(
}*/
void FileLoadView::refresh_widgets(const bool v) {
(void)v; //avoid unused warning
set_dirty();
}