[autotests] Fix warning

DrmOutput is a class
This commit is contained in:
David Edmundson 2020-07-07 08:59:29 +01:00 committed by David Edmundson
parent 84b8d866e6
commit 9e1bb1f130

View file

@ -125,7 +125,8 @@ void ObjectTest::testFd()
namespace KWin namespace KWin
{ {
struct DrmOutput { class DrmOutput {
public:
int foo; int foo;
}; };
} }