On Sun, 17 Mar 2002 16:03:28 +0100 (Romance Standard Time) Vadim Zeitlin <[EMAIL PROTECTED]> wrote:
VZ> On Sun, 17 Mar 2002 11:31:45 +0100 Michele Ravani VZ> <[EMAIL PROTECTED]> wrote: VZ> VZ> MR> >>> diff src/gui/wxComposeView.cpp wxComposeView.cpp.mine VZ> MR> 933c933 VZ> MR> < static wxComposeView *CreateComposeView(Profile *profile, VZ> MR> --- VZ> MR> > wxComposeView *CreateComposeView(Profile *profile, VZ> VZ> Sorry, I don't understand what's wrong with this one? VZ> VZ> MR> 3294c3294 VZ> MR> < nameDrafts = READ_APPCONFIG(MP_DRAFTS_FOLDER); VZ> MR> --- VZ> MR> > nameDrafts = (const wxString VZ> &)READ_APPCONFIG(MP_DRAFTS_FOLDER); VZ> VZ> I've fixed this one, thanks (use READ_APPCONFIG_TEXT() to force a VZ> cast to VZ> string). VZ> VZ> MR> >>>> diff src/util/upgrade.cpp upgrade.cpp.mine VZ> MR> 2856c2856,2858 VZ> MR> < "WarnInbox" VZ> MR> --- VZ> MR> > "WarnInbox", VZ> MR> > 0 VZ> Well, I'm puzzled. With the latest CVS all the compilation problems disappeared. The first one above, I didn't really understand, the compiler was bitching about the 'static'. The last one was complaining about a ambigous overload. Anyway, all gone now .. Ciao -- Michele Ravani [EMAIL PROTECTED] "Those who live hoping, die singing" My Gran _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
