diff options
Diffstat (limited to 'quacker/letterbox.h')
-rw-r--r-- | quacker/letterbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quacker/letterbox.h b/quacker/letterbox.h index c340f1d..703b1be 100644 --- a/quacker/letterbox.h +++ b/quacker/letterbox.h @@ -41,7 +41,7 @@ public: WordResult(QString w); void resetStats(); QString word; - int time; + qint64 time; bool missed; int keystrokes; }; |