CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    08/02/21 05:28:51

Modified files:
        libbase        : log.h 

Log message:
        Can't have two paramaters with the same name.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/log.h?cvsroot=gnash&r1=1.65&r2=1.66

Patches:
Index: log.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/log.h,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -b -r1.65 -r1.66
--- log.h       20 Feb 2008 09:38:55 -0000      1.65
+++ log.h       21 Feb 2008 05:28:50 -0000      1.66
@@ -75,7 +75,7 @@
     /// @param msg
     ///                The message string ie: "bah" for "ERROR: bah"
     ///
-    void log(const std::string& msg, const std::string& msg);
+    void log(const std::string& msg1, const std::string& msg2);
 
     /// Intended for use by log_*(). Thread-safe (locks _ioMutex)
     //


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to