summaryrefslogtreecommitdiff
path: root/include/vcl/bitmapex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/bitmapex.hxx')
-rw-r--r--include/vcl/bitmapex.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/bitmapex.hxx b/include/vcl/bitmapex.hxx
index 7c9eb69383c1..dc9f8a837502 100644
--- a/include/vcl/bitmapex.hxx
+++ b/include/vcl/bitmapex.hxx
@@ -24,6 +24,7 @@
#include <vcl/alpha.hxx>
#include <vcl/Scanline.hxx>
#include <tools/color.hxx>
+#include <tools/degree.hxx>
#include <sal/types.h>
@@ -233,7 +234,7 @@ public:
@return true, if the operation was completed successfully.
*/
bool Rotate(
- tools::Long nAngle10,
+ Degree10 nAngle10,
const Color& rFillColor );
/** Replace all pixel having the search color with the specified color