Tooltips: Unify the tooltip[] and list[] description tooltip display functions (...
[oweals/minetest.git] / src / intlGUIEditBox.h
index f888fb6208b3f854fa0a974e36020af63fdfd8be..bb617476c9937ce80d59ff815827c1f7c8d553fa 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2002-2010 Nikolaus Gebhardt
+// Copyright (C) 2002-2013 Nikolaus Gebhardt
 // This file is part of the "Irrlicht Engine".
 // For conditions of distribution and use, see copyright notice in irrlicht.h
 
@@ -155,7 +155,7 @@ namespace gui
                gui::IGUIFont *OverrideFont, *LastBreakFont;
                IOSOperator* Operator;
 
-               u32 BlinkStartTime;
+               u64 BlinkStartTime;
                s32 CursorPos;
                s32 HScrollPos, VScrollPos; // scroll position in characters
                u32 Max;