projects
/
ccbs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Only allocate space for four digits in the score screen -- if somebody actually gets...
[ccbs]
/
bigscreen
/
widestring.h
diff --git
a/bigscreen/widestring.h
b/bigscreen/widestring.h
index
67f00b5
..
437428c
100644
(file)
--- a/
bigscreen/widestring.h
+++ b/
bigscreen/widestring.h
@@
-7,6
+7,7
@@
class widestring : public std::wstring
{
public:
+ widestring();
widestring(const char *from);
void operator= (const char *from);
};