diff options
Diffstat (limited to 'ui/dir_name.h')
-rw-r--r-- | ui/dir_name.h | 4 |
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(); |