vlc | branch: master | Steve Lhomme <[email protected]> | Tue Jun 12 09:51:44 2018 +0200| [4aa920ebcd555c929bf775770e2a335a38ba2c65] | committer: Steve Lhomme
skins2: the internal interval is not an mtime_t > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4aa920ebcd555c929bf775770e2a335a38ba2c65 --- modules/gui/skins2/win32/win32_timer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/skins2/win32/win32_timer.hpp b/modules/gui/skins2/win32/win32_timer.hpp index 9ee1161d2e..b072299085 100644 --- a/modules/gui/skins2/win32/win32_timer.hpp +++ b/modules/gui/skins2/win32/win32_timer.hpp @@ -51,7 +51,7 @@ private: CmdGeneric &m_rCommand; /// Delay between two execute - mtime_t m_interval; + int m_interval; /// Flag to tell whether the timer must be stopped after the /// first execution _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
