DisposeWatch: Make private and constify members

This commit is contained in:
Jonas Kulla 2014-08-12 21:12:28 +02:00
parent 194f70c48c
commit d128375d62
5 changed files with 15 additions and 15 deletions

View file

@ -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),