Angus Leeming wrote:
Abdelrazak Younes wrote:
Well it was just modeled after Inset::clone but you're right, it's
strange. Maybe I should just rename it to cloneInset() instead or
implement a copy ctor...
The copy constructor sounds sane. This thing isn't polymorphic at all.
Yes, I am in the
Abdelrazak Younes wrote:
Well it was just modeled after Inset::clone but you're right, it's
> strange. Maybe I should just rename it to cloneInset() instead or
> implement a copy ctor...
The copy constructor sounds sane. This thing isn't polymorphic at all.
--
Angus
Angus Leeming wrote:
[EMAIL PROTECTED] wrote:
Author: younes
Date: Thu Oct 18 17:29:51 2007
New Revision: 21033
URL: http://www.lyx.org/trac/changeset/21033
Log:
Reduce header dependencies in Paragraph.h
- Move Changes.h out of Paragraph.h
- pimpl the inset list.
[EMAIL PROTECTED] wrote:
> Author: younes
> Date: Thu Oct 18 17:29:51 2007
> New Revision: 21033
>
> URL: http://www.lyx.org/trac/changeset/21033
> Log:
> Reduce header dependencies in Paragraph.h
> - Move Changes.h out of Paragraph.h
> - pimpl the inset list.
===