LibGfx: Make RotationDirection an enum class

All code pretended it was one already.

No behavior change.
This commit is contained in:
Nico Weber 2024-02-25 09:23:03 -05:00 committed by Andreas Kling
commit 5b223080ae
Notes: sideshowbarker 2024-07-17 07:48:42 +09:00

View file

@ -84,7 +84,7 @@ inline StorageFormat determine_storage_format(BitmapFormat format)
struct BackingStore;
enum RotationDirection {
enum class RotationDirection {
CounterClockwise,
Clockwise
};