Fix compiler warning
"extended initializer lists only available with ‘-std=c++11’ ..."
This commit is contained in:
parent
7e8994c4a2
commit
8b352987f6
@ -54,7 +54,7 @@ static const int GAP = 8;
|
||||
static const char *labels[5] = {
|
||||
"Quit", "Copy", "Cancel", "OK", "More ..." };
|
||||
|
||||
static const char *tooltips[5] {
|
||||
static const char *tooltips[5] = {
|
||||
"Quit this program",
|
||||
"Copy the message text to the clipboard",
|
||||
"Cancel - does nothing",
|
||||
|
Loading…
x
Reference in New Issue
Block a user