gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] Last commits..


From: Andrea Palmatè
Subject: [Gnash-dev] Last commits..
Date: Thu, 16 Jul 2009 20:33:39 +0200

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



reply via email to

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