From c64bf8964794ace5626593a892c9bf879e18ee58 Mon Sep 17 00:00:00 2001 From: Nicolas ELIE Date: Mon, 6 Mar 2023 11:45:14 +0100 Subject: [PATCH] Add namespace to default argument for python bindings --- src/DockContainerWidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DockContainerWidget.h b/src/DockContainerWidget.h index f360b52..4a32e5a 100644 --- a/src/DockContainerWidget.h +++ b/src/DockContainerWidget.h @@ -130,7 +130,7 @@ protected: /** * Adds the given dock area to this container widget */ - void addDockArea(CDockAreaWidget* DockAreaWidget, DockWidgetArea area = CenterDockWidgetArea); + void addDockArea(CDockAreaWidget* DockAreaWidget, DockWidgetArea area = ads::CenterDockWidgetArea); /** * Removes the given dock area from this container