gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10519: Replace action_type with Act


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10519: Replace action_type with ActionType in debugger too. Thanks to
Date: Thu, 08 Jan 2009 09:40:37 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10519
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Thu 2009-01-08 09:40:37 +0100
message:
  Replace action_type with ActionType in debugger too. Thanks to
  Michael Fötsch for pointing it out.
modified:
  libcore/debugger.cpp
=== modified file 'libcore/debugger.cpp'
--- a/libcore/debugger.cpp      2008-09-18 11:59:44 +0000
+++ b/libcore/debugger.cpp      2009-01-08 08:40:37 +0000
@@ -326,7 +326,7 @@
 {
 //    GNASH_REPORT_FUNCTION;
     as_arg_t fmt = ARG_HEX;
-    action_type        action_id = static_cast<action_type>(data[0]);
+    ActionType action_id = static_cast<ActionType>(data[0]);
     int val = 0;
     string str;
     unsigned char num[10];


reply via email to

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