summaryrefslogtreecommitdiff
path: root/horizonwizard.hh
diff options
context:
space:
mode:
Diffstat (limited to 'horizonwizard.hh')
-rw-r--r--horizonwizard.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/horizonwizard.hh b/horizonwizard.hh
index 403da0e..03d6421 100644
--- a/horizonwizard.hh
+++ b/horizonwizard.hh
@@ -26,7 +26,7 @@ public:
Page_CustomStart /* custom pages have IDs starting here */
};
- HorizonWizard(QWidget *parent = 0);
+ HorizonWizard(QWidget *parent = nullptr);
std::set<std::string> selected;
std::vector<Horizon::NetworkInterface> interfaces;
};