summaryrefslogtreecommitdiff
path: root/include/vcl/cursor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/cursor.hxx')
-rw-r--r--include/vcl/cursor.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/cursor.hxx b/include/vcl/cursor.hxx
index ff66326d90b9..b6adf4926ed5 100644
--- a/include/vcl/cursor.hxx
+++ b/include/vcl/cursor.hxx
@@ -87,7 +87,7 @@ public:
tools::Long GetWidth() const { return maSize.Width(); }
tools::Long GetHeight() const { return maSize.Height(); }
- void SetOrientation( Degree10 nOrientation = Degree10(0) );
+ void SetOrientation( Degree10 nOrientation = 0_deg10 );
void SetDirection( CursorDirection nDirection = CursorDirection::NONE );