summaryrefslogtreecommitdiff
path: root/quacker/letterbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'quacker/letterbox.h')
-rw-r--r--quacker/letterbox.h2
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;
};