On 06-Jul-2000 Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
>
>| explicit
>| InsetCitation(string const & key, string const & note = string());
>| : InsetCommand("cite", key, note) {}
>|
>| Does it help if you split this into two?
>| src/insets/insetcite.h:
>| explicit
>| InsetCitation(string const &, string const & note = string());
>|
>| src/insets/insetcite.C:
>| InsetCitation::InsetCitation(string const & key, string const & note )
>| : InsetCommand("cite", key, note)
>| {
>| }
>
> Do you have #pragma interface in insetcite.h, but no #pragma
> implementation in insetcite.C?
>
Ok I had to do both! Now it links, I'll commit soon!
Jürgen
--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen Vigna E-Mail: [EMAIL PROTECTED]
Italienallee 13/N Tel/Fax: +39-0471-450260 / +39-0471-450296
I-39100 Bozen Web: http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
A cynic is a person searching for an honest man, with a stolen lantern.
-- Edgar A. Shoaff