summaryrefslogtreecommitdiff
path: root/include/vcl/taskpanelist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/taskpanelist.hxx')
-rw-r--r--include/vcl/taskpanelist.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/taskpanelist.hxx b/include/vcl/taskpanelist.hxx
index 738f2b81f3a9..fd043651a4f3 100644
--- a/include/vcl/taskpanelist.hxx
+++ b/include/vcl/taskpanelist.hxx
@@ -29,7 +29,7 @@ class VCL_DLLPUBLIC TaskPaneList
{
::std::vector< VclPtr<vcl::Window> > mTaskPanes;
vcl::Window *FindNextFloat( vcl::Window *pWindow, bool bForward = true );
- vcl::Window *FindNextSplitter( vcl::Window *pWindow, bool bForward = true );
+ vcl::Window *FindNextSplitter( vcl::Window *pWindow );
public:
bool IsInList( vcl::Window *pWindow );