On Thu, Jan 17, 2002 at 12:37:17PM +0100, Andre Poenitz wrote:

> On Thu, Jan 17, 2002 at 12:15:08PM +0100, Juergen Vigna wrote:
> > No this line is right as it is! This should ONLY check the main LyXText!
> 
> A comment line should be put there saying so. Maybe the people who
> currently audit that stuff should put comments on everything non-obvious
> after they understood it... 

I'd like that comment to be :

class BufferView {
public:
        ...
        LyXText * getBaseText() const;

private:
        LyXText * text_;
};

regards
john


-- 
"Before seeking vengeance, dig two graves."
        - Chinese proverb

Reply via email to