set local reference to client as const. Safer
svn path=/trunk/KDE/kdebase/workspace/; revision=1034053
This commit is contained in:
parent
d736178bb5
commit
3c3d093d2b
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ namespace Oxygen
|
|||
private:
|
||||
|
||||
//! parent client
|
||||
OxygenClient &client_;
|
||||
const OxygenClient &client_;
|
||||
|
||||
//! helper
|
||||
OxygenHelper &helper_;
|
||||
|
|
Loading…
Reference in a new issue