summaryrefslogtreecommitdiff
path: root/ui/dir_name.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/dir_name.h')
-rw-r--r--ui/dir_name.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/dir_name.h b/ui/dir_name.h
index d491cacc..e49b9302 100644
--- a/ui/dir_name.h
+++ b/ui/dir_name.h
@@ -25,8 +25,8 @@ public:
DirectoryName(wxWindow& dropWindow,
wxDirPickerCtrl& dirPicker,
NameControl& dirName,
- wxStaticText* staticText = NULL,
- wxWindow* dropWindow2 = NULL); //optional
+ wxStaticText* staticText = nullptr,
+ wxWindow* dropWindow2 = nullptr); //optional
~DirectoryName();
bgstack15