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. release_0_8_9_final-


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1503-ga2e9c6c
Date: Mon, 23 Jul 2012 09:31:32 +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  a2e9c6ca82c7ccfe1bd3d8d76c2c3aa4189f4d41 (commit)
      from  b2833d79a7a68c418d8a71ad9c396a50bea802df (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=a2e9c6ca82c7ccfe1bd3d8d76c2c3aa4189f4d41


commit a2e9c6ca82c7ccfe1bd3d8d76c2c3aa4189f4d41
Author: Benjamin Wolsey <address@hidden>
Date:   Tue Jul 10 20:20:39 2012 +0200

    Fix binding error

diff --git a/libcore/asobj/AsBroadcaster.cpp b/libcore/asobj/AsBroadcaster.cpp
index ef0ca3e..198f325 100644
--- a/libcore/asobj/AsBroadcaster.cpp
+++ b/libcore/asobj/AsBroadcaster.cpp
@@ -127,7 +127,7 @@ private:
     /// Name of the event being broadcasted
     /// appropriately cased based on SWF version
     /// of the current VM
-    const ObjectURI& _eventURI;
+    const ObjectURI _eventURI;
 
     /// Number of event dispatches
     size_t _dispatched;

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

Summary of changes:
 libcore/asobj/AsBroadcaster.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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