Revision: 7318
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7318&view=rev
Author:   vadz
Date:     2007-08-20 03:38:43 -0700 (Mon, 20 Aug 2007)

Log Message:
-----------
class name shouldn't be a wide string

Modified Paths:
--------------
    trunk/M/include/MailFolder.h

Modified: trunk/M/include/MailFolder.h
===================================================================
--- trunk/M/include/MailFolder.h        2007-08-14 22:40:29 UTC (rev 7317)
+++ trunk/M/include/MailFolder.h        2007-08-20 10:38:43 UTC (rev 7318)
@@ -467,8 +467,7 @@
    virtual bool IsInCriticalSection(void) const = 0;
 
    /// return class name
-   const wxChar *GetClassName(void) const
-      { return _T("MailFolder"); }
+   const char *GetClassName(void) const { return "MailFolder"; }
 
    /**
      Create the server info entry for the given folder -- this is a backdoor


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to