mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 02:56:10 +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
Notes:
sideshowbarker
2024-07-17 07:48:42 +09:00
Author: https://github.com/nico
Commit: 5b223080ae
Pull-request: https://github.com/SerenityOS/serenity/pull/23343
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ inline StorageFormat determine_storage_format(BitmapFormat format)
|
|||
|
||||
struct BackingStore;
|
||||
|
||||
enum RotationDirection {
|
||||
enum class RotationDirection {
|
||||
CounterClockwise,
|
||||
Clockwise
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue