Am Sonntag, 7. Januar 2007 16:10 schrieb Michael Gerz:
> Georg, one line above your change:
> 
>    selection() = sel;
> 
> looks broken. We can't assign a value to a function value, can we?

Sure we can: selection() returns a reference to a bool variable. And BTW I 
don't understad why we have both

bool & selection()
and
void setSelection();
void clearSelection();

, but I don't want to research this now.


Georg

Reply via email to