DisposeWatch: Make private and constify members
This commit is contained in:
parent
194f70c48c
commit
d128375d62
5 changed files with 15 additions and 15 deletions
src
|
@ -250,9 +250,9 @@ struct WindowPrivate
|
|||
|
||||
WindowPrivate(Viewport *viewport = 0)
|
||||
: windowskin(0),
|
||||
windowskinWatch(this, windowskin),
|
||||
windowskinWatch(*this, windowskin),
|
||||
contents(0),
|
||||
contentsWatch(this, contents, &WindowPrivate::markControlVertDirty),
|
||||
contentsWatch(*this, contents, &WindowPrivate::markControlVertDirty),
|
||||
bgStretch(true),
|
||||
cursorRect(&tmp.rect),
|
||||
active(true),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue