summaryrefslogtreecommitdiff
path: root/ui/folder_history_box.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/folder_history_box.h')
-rw-r--r--ui/folder_history_box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/folder_history_box.h b/ui/folder_history_box.h
index d28f3c72..24ff1725 100644
--- a/ui/folder_history_box.h
+++ b/ui/folder_history_box.h
@@ -71,7 +71,7 @@ public:
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
int n = 0,
- const wxString choices[] = NULL,
+ const wxString choices[] = nullptr,
long style = 0,
const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxComboBoxNameStr);
bgstack15