wayland: Fix SurfaceState forward declaration
It's a struct and clang is not happy about using class.
This commit is contained in:
parent
6974f54149
commit
787d3a3ba4
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ namespace KWin
|
|||
{
|
||||
|
||||
class SurfaceInterface;
|
||||
class SurfaceState;
|
||||
struct SurfaceState;
|
||||
class Transaction;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue