set local reference to client as const. Safer

svn path=/trunk/KDE/kdebase/workspace/; revision=1034053
icc-effect-5.14.5
Hugo Pereira Da Costa 2009-10-11 20:30:38 +00:00
parent d736178bb5
commit 3c3d093d2b
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ namespace Oxygen
private:
//! parent client
OxygenClient &client_;
const OxygenClient &client_;
//! helper
OxygenHelper &helper_;