Fix type error

db4
Slava Pestov 2008-11-23 03:22:56 -06:00
parent d22c0281df
commit 9b9d45b8f8
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
! Copyright (C) 2005, 2008 Slava Pestov. ! Copyright (C) 2005, 2008 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors arrays assocs kernel math models namespaces USING: accessors arrays assocs kernel math math.order models
make sequences words strings system hashtables math.parser namespaces make sequences words strings system hashtables
math.vectors classes.tuple classes boxes calendar math.parser math.vectors classes.tuple classes boxes calendar
alarms symbols combinators sets columns fry deques ui.gadgets ; alarms symbols combinators sets columns fry deques ui.gadgets ;
IN: ui.gestures IN: ui.gestures
@ -109,7 +109,7 @@ SYMBOL: hand-click#
SYMBOL: hand-last-button SYMBOL: hand-last-button
SYMBOL: hand-last-time SYMBOL: hand-last-time
0 hand-last-button set-global 0 hand-last-button set-global
0 hand-last-time set-global <zero> hand-last-time set-global
SYMBOL: hand-buttons SYMBOL: hand-buttons
V{ } clone hand-buttons set-global V{ } clone hand-buttons set-global