hello,
with last changes i get this error:

movie_root.cpp: In member function ‘void gnash::movie_root::executeTimers()’: movie_root.cpp:1777: error: no matching function for call to ‘gnash::Timer::expired(long unsigned int&, size_t&)’ Timers.h:150: note: candidates are: bool gnash::Timer::expired(long unsigned int, long unsigned int&)

tha'ts because in line 1777

if (timer->expired(now, elapsed))

now is unsigned long instead of unsigned int. This could be simply to change but is safe for the other platforms?

Andrea

_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to