[autotests] Fix warning
DrmOutput is a class
This commit is contained in:
parent
84b8d866e6
commit
9e1bb1f130
1 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,8 @@ void ObjectTest::testFd()
|
||||||
|
|
||||||
namespace KWin
|
namespace KWin
|
||||||
{
|
{
|
||||||
struct DrmOutput {
|
class DrmOutput {
|
||||||
|
public:
|
||||||
int foo;
|
int foo;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue