On Wed, 6 Jul 2005 01:02:15 +0300 Nerijus Baliunas <[EMAIL PROTECTED]> wrote:
NB> A warning: NB> NB> .src/classes/ConfigSource.cpp: In member function 'bool ConfigSourceLocal::InitDefault(const String&)': NB> .src/classes/ConfigSource.cpp:356: warning: converting to non-pointer type 'bool' from NULL Fixed, thanks. NB> error: NB> NB> .src/classes/ConfigSourcesAll.cpp: In constructor 'ConfigSourceLocalOld::ConfigSourceLocalOld(const String&, const String&)': NB> .src/classes/ConfigSourcesAll.cpp:61: error: no matching function for call to 'ConfigSourceLocal::ConfigSourceLocal(ConfigSourceLocal*, const wxString&)' Really fixed in a pretty drastic way: I've simply removed this class. Of course, it means that if you're still using config file with "[M/Profiles]" instead of "[Profiles]", the program won't work with it any more. But I don't think anybody still does it if only because I think support for this was always broken. If I'm wrong, please let me know and I'll add code to upgrade.cpp to remove leading "M/" (of course, the same can be done with a simple sed 1-liner). Thanks, VZ ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Mahogany-Developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
