gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/libbase log.h [release_0_8_2_rc1]


From: Rob Savoye
Subject: [Gnash-commit] gnash/libbase log.h [release_0_8_2_rc1]
Date: Thu, 21 Feb 2008 05:29:15 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_8_2_rc1
Changes by:     Rob Savoye <rsavoye>    08/02/21 05:29:15

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&only_with_tag=release_0_8_2_rc1&r1=1.65&r2=1.65.2.1

Patches:
Index: log.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/log.h,v
retrieving revision 1.65
retrieving revision 1.65.2.1
diff -u -b -r1.65 -r1.65.2.1
--- log.h       20 Feb 2008 09:38:55 -0000      1.65
+++ log.h       21 Feb 2008 05:29:14 -0000      1.65.2.1
@@ -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)
     //




reply via email to

[Prev in Thread] Current Thread [Next in Thread]