gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/libamf amf.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash/libamf amf.cpp
Date: Mon, 31 Mar 2008 00:21:25 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  08/03/31 00:21:25

Modified files:
        libamf         : amf.cpp 

Log message:
        Fixed namespace to boost

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libamf/amf.cpp?cvsroot=gnash&r1=1.64&r2=1.65

Patches:
Index: amf.cpp
===================================================================
RCS file: /sources/gnash/gnash/libamf/amf.cpp,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -r1.65
--- amf.cpp     30 Mar 2008 23:00:46 -0000      1.64
+++ amf.cpp     31 Mar 2008 00:21:24 -0000      1.65
@@ -1007,7 +1007,7 @@
 // }
 #endif
 
-uint8_t *
+boost::uint8_t *
 AMF::encodeVariable(amf::Element *el)
 {
     GNASH_REPORT_FUNCTION;
@@ -1060,7 +1060,7 @@
          memcpy(tmpptr, el->getData(), el->getLength());
     }
     
-    return reinterpret_cast<uint8_t *>(out);    
+    return reinterpret_cast<boost::uint8_t *>(out);    
 }
 
 #if 0




reply via email to

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