[vlc-commits] skins2: the internal interval is not an mtime_t

Steve Lhomme git at videolan.org
Thu Jun 14 16:41:16 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | 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



More information about the vlc-commits mailing list