From de722623b49574659f6ef5b065076cb1609f81dd Mon Sep 17 00:00:00 2001 From: brad Date: Sun, 21 Mar 2004 12:42:10 +0000 Subject: Fixes for graffiti handling. Contains a dirty hack that will be rectified when I commit the Graffiti charset. --- (limited to 'inputmethods/handwriting/qimpenchar.h') diff --git a/inputmethods/handwriting/qimpenchar.h b/inputmethods/handwriting/qimpenchar.h index e4e7645..92ee2c1 100644 --- a/inputmethods/handwriting/qimpenchar.h +++ b/inputmethods/handwriting/qimpenchar.h @@ -117,7 +117,7 @@ public: void addChar( QIMPenChar *ch ); void removeChar( QIMPenChar *ch ); QIMPenChar *at( int i ); - void setHidden ( const bool &b ) { phidden = &b; } + void setHidden ( const bool &b ) { phidden = b; } bool hidden() const { return phidden; } unsigned maximumStrokes() const { return maxStrokes; } -- cgit v0.9.0.2