set local reference to client as const. Safer

svn path=/trunk/KDE/kdebase/workspace/; revision=1034053
This commit is contained in:
Hugo Pereira Da Costa 2009-10-11 20:30:38 +00:00
parent d736178bb5
commit 3c3d093d2b

View file

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