Update of /cvsroot/mahogany/M/src/modules
In directory usw-pr-cvs1:/tmp/cvs-serv25140/src/modules
Modified Files:
HtmlViewer.cpp
Log Message:
compilation warning fixes
Index: HtmlViewer.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/HtmlViewer.cpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -b -u -2 -r1.37 -r1.38
--- HtmlViewer.cpp 4 Jul 2002 14:37:14 -0000 1.37
+++ HtmlViewer.cpp 5 Jul 2002 16:56:18 -0000 1.38
@@ -674,5 +674,5 @@
// the image file names must be globally unique, so concatenate the address
// of this object together with counter to obtain a really unique name
- return wxString::Format("Mhtml%08x%d.png", this, n);
+ return wxString::Format("Mhtml%08x%d.png", (unsigned int)this, n);
}
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Bringing you mounds of caffeinated joy.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates