server/plasmawindowmanagement_interface.cpp - fix -Wreorder warning
This commit is contained in:
parent
f99492a616
commit
700d519476
1 changed files with 2 additions and 2 deletions
|
@ -268,8 +268,8 @@ const struct org_kde_plasma_window_interface PlasmaWindowInterface::Private::s_i
|
|||
#endif
|
||||
|
||||
PlasmaWindowInterface::Private::Private(PlasmaWindowManagementInterface *wm, PlasmaWindowInterface *q)
|
||||
: q(q)
|
||||
, wm(wm)
|
||||
: wm(wm)
|
||||
, q(q)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue