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.cpp
diff --git
a/bigscreen/widestring.cpp
b/bigscreen/widestring.cpp
index
52b7f55
..
9193586
100644
(file)
--- a/
bigscreen/widestring.cpp
+++ b/
bigscreen/widestring.cpp
@@
-7,6
+7,10
@@
static iconv_t ucs4_iconv;
static bool iconv_initialized = false;
+widestring::widestring()
+{
+}
+
widestring::widestring(const char *from)
{
*this = from;