diff options
Diffstat (limited to 'include/vcl/ptrstyle.hxx')
-rw-r--r-- | include/vcl/ptrstyle.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/ptrstyle.hxx b/include/vcl/ptrstyle.hxx index e2ae0238e301..fa45246a816d 100644 --- a/include/vcl/ptrstyle.hxx +++ b/include/vcl/ptrstyle.hxx @@ -116,7 +116,8 @@ enum class PointerStyle TabSelectSW, HideWhitespace, ShowWhitespace, - LAST = ShowWhitespace, + FatCross, + LAST = FatCross, }; #endif // INCLUDED_VCL_PTRSTYLE_HXX |