mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:17:44 +00:00
LibGfx: Make RotationDirection an enum class
All code pretended it was one already. No behavior change.
This commit is contained in:
parent
75e5ed7aea
commit
5b223080ae
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ inline StorageFormat determine_storage_format(BitmapFormat format)
|
||||||
|
|
||||||
struct BackingStore;
|
struct BackingStore;
|
||||||
|
|
||||||
enum RotationDirection {
|
enum class RotationDirection {
|
||||||
CounterClockwise,
|
CounterClockwise,
|
||||||
Clockwise
|
Clockwise
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue