gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11989: Removed errornous extra '; '


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11989: Removed errornous extra '; ' found by gcc
Date: Sun, 07 Mar 2010 22:00:58 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 11989
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Sun 2010-03-07 22:00:58 +0100
message:
  Removed errornous extra ';' found by gcc
modified:
  libcore/MovieClip.h
=== modified file 'libcore/MovieClip.h'
--- a/libcore/MovieClip.h       2010-02-26 00:43:52 +0000
+++ b/libcore/MovieClip.h       2010-03-07 21:00:58 +0000
@@ -496,7 +496,7 @@
     // Set TextField variables
     //
     /// TODO: this is also unlikely to be the best way to do it.
-    bool setTextFieldVariables(const ObjectURI& uri, const as_value& val);;
+    bool setTextFieldVariables(const ObjectURI& uri, const as_value& val);
 
     /// Search for a named object on the DisplayList
     //


reply via email to

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