summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 3a3e98043d80..3224d33879a5 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -1133,7 +1133,7 @@ public:
bool IsCompoundControl() const;
static VclPtr<vcl::Window> SaveFocus();
- static bool EndSaveFocus( const VclPtr<vcl::Window>& xFocusWin, bool bRestore = true );
+ static void EndSaveFocus( const VclPtr<vcl::Window>& xFocusWin, bool bRestore = true );
void CaptureMouse();
void ReleaseMouse();