gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9666: LcShm is in the amf namespace


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9666: LcShm is in the amf namespace now like it always should have been.
Date: Sun, 26 Oct 2008 17:37:24 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9666
committer: address@hidden
branch nick: rtmp
timestamp: Sun 2008-10-26 17:37:24 -0600
message:
  LcShm is in the amf namespace now like it always should have been.
modified:
  utilities/dumpshm.cpp
=== modified file 'utilities/dumpshm.cpp'
--- a/utilities/dumpshm.cpp     2008-05-27 15:54:46 +0000
+++ b/utilities/dumpshm.cpp     2008-10-26 23:37:24 +0000
@@ -234,7 +234,7 @@
             << ", Size is: " << dec << size << endl;
     }
     
-    LcShm lc;
+    amf::LcShm lc;
     lc.connect(key);
     lc.dump();
     


reply via email to

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