[kazehakase-svn] [3460] I should compile before commiting.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
Sat Mar 8 21:47:51 JST 2008


Revision: 3460
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=kazehakase&view=rev&rev=3460
Author:   ikezoe
Date:     2008-03-08 21:47:51 +0900 (Sat, 08 Mar 2008)

Log Message:
-----------
I should compile before commiting.

Modified Paths:
--------------
    kazehakase/trunk/module/embed/gecko/gtkmozembed/EmbedProgress.cpp

Modified: kazehakase/trunk/module/embed/gecko/gtkmozembed/EmbedProgress.cpp
===================================================================
--- kazehakase/trunk/module/embed/gecko/gtkmozembed/EmbedProgress.cpp	2008-03-08 12:28:28 UTC (rev 3459)
+++ kazehakase/trunk/module/embed/gecko/gtkmozembed/EmbedProgress.cpp	2008-03-08 12:47:51 UTC (rev 3460)
@@ -182,7 +182,7 @@
 		moz_embed_signals[STATUS_CHANGE], 0,
 		static_cast<void *>(aRequest),
 		static_cast<int>(aStatus),
-		static_cast<void *>(tmpString));
+		static_cast<const void *>(aMessage));
 
   return NS_OK;
 }




More information about the Kazehakase-cvs mailing list
Back to archive index