Skip to content

Commit e84b4a8

Browse files
authored
Add namespace to default argument for python bindings (#492)
1 parent 46e0d83 commit e84b4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DockContainerWidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class ADS_EXPORT CDockContainerWidget : public QFrame
130130
/**
131131
* Adds the given dock area to this container widget
132132
*/
133-
void addDockArea(CDockAreaWidget* DockAreaWidget, DockWidgetArea area = CenterDockWidgetArea);
133+
void addDockArea(CDockAreaWidget* DockAreaWidget, DockWidgetArea area = ads::CenterDockWidgetArea);
134134

135135
/**
136136
* Removes the given dock area from this container

0 commit comments

Comments
 (0)