summaryrefslogtreecommitdiff
path: root/src/wx/file_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-01-26 23:46:57 +0100
committerCarl Hetherington <cth@carlh.net>2024-01-26 23:46:57 +0100
commit8e1f9af03e282d9b995bcc58cff0c4fa7156f9a5 (patch)
treef3a4a2fbb162e28f7361d409c49fef8aa8f9673b /src/wx/file_dialog.h
parent9af65a1ea0623f515d17317c9b0e13cc1b2e63f0 (diff)
Fix assertion on trying to select a file (#2737).
Diffstat (limited to 'src/wx/file_dialog.h')
-rw-r--r--src/wx/file_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/file_dialog.h b/src/wx/file_dialog.h
index ad8f68aa1..a87c65395 100644
--- a/src/wx/file_dialog.h
+++ b/src/wx/file_dialog.h
@@ -52,5 +52,6 @@ public:
private:
std::string _initial_path_key;
+ bool _multiple;
};