From 4af62ecf210d5c1e5497830c8f6fe801c5411821 Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Tue, 3 Mar 2020 14:27:03 -0500 Subject: [PATCH] Andr'e points out this is wrong. Of course it is, since that is not a pointer. --- src/frontends/qt/GuiToc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt/GuiToc.h b/src/frontends/qt/GuiToc.h index 48f68b3c9f..4042b8583b 100644 --- a/src/frontends/qt/GuiToc.h +++ b/src/frontends/qt/GuiToc.h @@ -32,7 +32,7 @@ public: GuiToc( GuiView & parent, ///< the main window where to dock. Qt::DockWidgetArea area = Qt::LeftDockWidgetArea, ///< Position of the dock (and also drawer) - Qt::WindowFlags flags = nullptr); + Qt::WindowFlags flags = {}); /// bool initialiseParams(std::string const & data); -- 2.39.5