mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
fix class <-> struct warning in kwindowinfo
This commit is contained in:
parent
c6a3b0a2ec
commit
2a54c40b4d
1 changed files with 2 additions and 1 deletions
|
@ -34,8 +34,9 @@
|
|||
#include <QtGui/QX11Info>
|
||||
#include <X11/Xatom.h>
|
||||
|
||||
struct KWindowInfo::Private
|
||||
class KWindowInfo::Private
|
||||
{
|
||||
public:
|
||||
Private()
|
||||
: info( NULL )
|
||||
{}
|
||||
|
|
Loading…
Add table
Reference in a new issue