diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-06-09 16:47:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-06-09 17:19:33 +0100 |
commit | 98da362f1691734437cb37f902fb1cdab613ac0a (patch) | |
tree | 8d82de35c51544c884e64c76ca648a3e949c1877 /include/vcl/window.hxx | |
parent | ce90a3cb3dcf35d8b7dbf886b62bb3ebc2c1ebef (diff) |
EndSaveFocus return value is unused
Change-Id: I746e47b118a8b8c687c435371e2bdf2dc22cbf88
Diffstat (limited to 'include/vcl/window.hxx')
-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(); |