wayland: Fix SurfaceState forward declaration

It's a struct and clang is not happy about using class.
This commit is contained in:
Vlad Zahorodnii 2023-10-09 11:11:03 +03:00
parent 6974f54149
commit 787d3a3ba4

View file

@ -18,7 +18,7 @@ namespace KWin
{
class SurfaceInterface;
class SurfaceState;
struct SurfaceState;
class Transaction;
/**