CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/02/21 14:24:10

Modified files:
        libbase        : log.h 

Log message:
        Name the parameters as they are in doxygen comment

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

Patches:
Index: log.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/log.h,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -b -r1.66 -r1.67
--- log.h       21 Feb 2008 05:28:50 -0000      1.66
+++ log.h       21 Feb 2008 14:24:09 -0000      1.67
@@ -75,7 +75,7 @@
     /// @param msg
     ///                The message string ie: "bah" for "ERROR: bah"
     ///
-    void log(const std::string& msg1, const std::string& msg2);
+    void log(const std::string& label, const std::string& msg);
 
     /// 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