summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/dialog.h')
-rw-r--r--src/ui/dialog/dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/dialog.h b/src/ui/dialog/dialog.h
index 2bde4459b..8f94c544b 100644
--- a/src/ui/dialog/dialog.h
+++ b/src/ui/dialog/dialog.h
@@ -63,7 +63,7 @@ public:
* @param prefs_path characteristic path for loading/saving dialog position.
* @param verb_num the dialog verb.
*/
- Dialog(Behavior::BehaviorFactory behavior_factory, const char *prefs_path = NULL,
+ Dialog(Behavior::BehaviorFactory behavior_factory, const char *prefs_path = nullptr,
int verb_num = 0, Glib::ustring const &apply_label = "");
virtual ~Dialog();