Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1:/tmp/cvs-serv820/include

Modified Files:
        XFace.h 
Log Message:
unicode fixes

Index: XFace.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/XFace.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -u -2 -r1.11 -r1.12
--- XFace.h     13 Sep 2002 01:27:46 -0000      1.11
+++ XFace.h     11 Oct 2003 20:23:48 -0000      1.12
@@ -65,5 +65,5 @@
        @return true on success
    */
-   bool CreateFromFile(const char *filename);
+   bool CreateFromFile(const wxChar *filename);
 
    static class wxImage GetXFaceImg(const String &filename,
@@ -77,5 +77,5 @@
       @return true on success
    */
-   bool        CreateFromXFace(const wxChar *xfacedata);
+   bool        CreateFromXFace(const char *xfacedata);
 
    /**



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to