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_start-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-48-ge4afdfd
Date: Sun, 13 Feb 2011 14:14:40 +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  e4afdfd103dc54ea8bb0d86ff2107e57c35f8e3c (commit)
      from  5cff07b1df0f6965aa4baab84183d8c3611d1818 (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=e4afdfd103dc54ea8bb0d86ff2107e57c35f8e3c


commit e4afdfd103dc54ea8bb0d86ff2107e57c35f8e3c
Author: Sandro Santilli <address@hidden>
Date:   Sun Feb 13 15:14:26 2011 +0100

    Drop extra semicolon

diff --git a/libcore/Property.h b/libcore/Property.h
index f51f667..8f97434 100644
--- a/libcore/Property.h
+++ b/libcore/Property.h
@@ -59,7 +59,7 @@ class GetterSetter
         GetSetVisitor(const Arg& arg) : _arg(arg) {}
         template<typename T> typename S::result_type operator()(T& t) const {
             return S()(t, _arg);
-        };
+        }
     private:
         const Arg& _arg;
     };

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

Summary of changes:
 libcore/Property.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]