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
commit 8e8e156477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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