CVSROOT: /sources/gnash Module name: gnash Changes by: Markus Gothe <nihilus> 07/09/02 01:02:31
Modified files: . : ChangeLog libbase : zlib_adapter.cpp Log message: Added 'using namespace gnash;' CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4187&r2=1.4188 http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/zlib_adapter.cpp?cvsroot=gnash&r1=1.17&r2=1.18 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4187 retrieving revision 1.4188 diff -u -b -r1.4187 -r1.4188 --- ChangeLog 2 Sep 2007 00:38:19 -0000 1.4187 +++ ChangeLog 2 Sep 2007 01:02:30 -0000 1.4188 @@ -15,6 +15,7 @@ * macros/boost.m4: push/pop CXXFLAGS/CPPFLAGS. * libbase/utility.h: Fixed a C++98/C99 incompt. error * libbase/utility.cpp: Use boost/cstdint.hpp instead of stdint.h. + * libbase/zlib_adapter.cpp: Added 'using namespace gnash;' 2007-09-01 Sandro Santilli <[EMAIL PROTECTED]> Index: libbase/zlib_adapter.cpp =================================================================== RCS file: /sources/gnash/gnash/libbase/zlib_adapter.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -u -b -r1.17 -r1.18 --- libbase/zlib_adapter.cpp 7 Aug 2007 20:53:09 -0000 1.17 +++ libbase/zlib_adapter.cpp 2 Sep 2007 01:02:31 -0000 1.18 @@ -15,6 +15,7 @@ #include <memory> +using namespace gnash; #ifndef HAVE_ZLIB_H _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit