CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/11/28 21:18:43
Modified files: server/vm : VM.cpp Log message: initialize POD members CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/server/vm/VM.cpp?cvsroot=gnash&r1=1.23&r2=1.24 Patches: Index: VM.cpp =================================================================== RCS file: /sources/gnash/gnash/server/vm/VM.cpp,v retrieving revision 1.23 retrieving revision 1.24 diff -u -b -r1.23 -r1.24 --- VM.cpp 24 Oct 2007 21:32:00 -0000 1.23 +++ VM.cpp 28 Nov 2007 21:18:43 -0000 1.24 @@ -16,7 +16,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -/* $Id: VM.cpp,v 1.23 2007/10/24 21:32:00 strk Exp $ */ +/* $Id: VM.cpp,v 1.24 2007/11/28 21:18:43 strk Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -80,7 +80,9 @@ : _root_movie(new movie_root()), _swfversion(topmovie.get_version()), - _start_time(tu_timer::get_ticks()) + _start_time(tu_timer::get_ticks()), + mClassHierarchy(0), + mMachine(0) { } _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit