wayland: Fix SurfaceState forward declaration

It's a struct and clang is not happy about using class.
wilder/Plasma/6.2
Vlad Zahorodnii 2 years ago
parent 6974f54149
commit 787d3a3ba4
  1. 2
      src/wayland/transaction.h

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

Loading…
Cancel
Save