Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23228/include
Modified Files:
ConfigSource.h
Log Message:
gcc compilation fix
Index: ConfigSource.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/ConfigSource.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -u -2 -r1.13 -r1.14
--- ConfigSource.h 6 Jul 2005 22:03:45 -0000 1.13
+++ ConfigSource.h 8 Jul 2005 21:57:20 -0000 1.14
@@ -329,5 +329,5 @@
/// Constrructor is protected, you can only create derived classes
ConfigSource(const String& name, const String& type)
- : m_name(name.empty() ? _("Local") : name.AfterLast(_T('/'))),
+ : m_name(name.empty() ? String(_("Local")) : name.AfterLast(_T('/'))),
m_type(type)
{
-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates