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: Petter Reinholdtsen
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1999-g4545a2c
Date: Sun, 18 May 2014 21:12:46 +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  4545a2cffb94a704f9b6d21f42c378797b638449 (commit)
      from  8b485210ec68de8777f90b09b358986b6f73a324 (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=4545a2cffb94a704f9b6d21f42c378797b638449


commit 4545a2cffb94a704f9b6d21f42c378797b638449
Author: Petter Reinholdtsen <address@hidden>
Date:   Sun May 18 23:12:40 2014 +0200

    Correct ordering of initializers.

diff --git a/testsuite/MovieTester.cpp b/testsuite/MovieTester.cpp
index da10bb5..ace436c 100644
--- a/testsuite/MovieTester.cpp
+++ b/testsuite/MovieTester.cpp
@@ -86,10 +86,10 @@ namespace {
 
 MovieTester::MovieTester(const std::string& url)
     :
+    _x(0),
+    _y(0),
     _forceRedraw(true),
     _samplesFetched(0)
-    , _x(0)
-    , _y(0)
 {
     
 #ifdef USE_MEDIA

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

Summary of changes:
 testsuite/MovieTester.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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