diff options
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/window.hxx | 2 |
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(); |