Angus Leeming <[EMAIL PROTECTED]> writes:

| > void FormCommand::showInset( InsetCommand & inset )
| > {
| >     inset_ = &inset;
| >     ...
| > }
| >

This is not safe, ... just imagine what will happen if the
InsetCommand goes out of scope or is deleted.

        Lgb

Reply via email to