gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. 5d7d58ece991883b8dc9


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 5d7d58ece991883b8dc906ca1e8dfe5c718d8738
Date: Fri, 10 Sep 2010 01:39:02 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  5d7d58ece991883b8dc906ca1e8dfe5c718d8738 (commit)
      from  881a72aa9fd882411d7c2e25fbdce33039278e6d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=5d7d58ece991883b8dc906ca1e8dfe5c718d8738


commit 5d7d58ece991883b8dc906ca1e8dfe5c718d8738
Author: Sandro Santilli <address@hidden>
Date:   Fri Sep 10 03:38:52 2010 +0200

    const-correctness

diff --git a/libbase/string_table.h b/libbase/string_table.h
index e010b53..df4d766 100644
--- a/libbase/string_table.h
+++ b/libbase/string_table.h
@@ -99,7 +99,7 @@ public:
     /// @param key  The key of the string to return. 
        /// @return     The string which matches key or "" if an invalid key is
     ///             given.
-       const std::string& value(key to_find)
+       const std::string& value(key to_find) const
        {
                if (_table.empty() || !to_find) return _empty;
 

-----------------------------------------------------------------------

Summary of changes:
 libbase/string_table.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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