On Wednesday 26 June 2002 5:47 pm, Andre Poenitz wrote:
> as this tries to copy-construct the Loader member which is
> boost::non_copy_something.

You're just ahead of me that's all.

Why not define
FormulaInset::FormulaInset(FormulaInset: const & other)
        : loader(other.loader.filename())
{
        ...
}

As soon as the formula changes though you should generate a new graphics 
file...

Angus

Reply via email to