no need for static here
This commit is contained in:
parent
6952e6e893
commit
1f6ab48af4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
#include "morse.h"
|
#include "morse.h"
|
||||||
|
|
||||||
static std::map<char, std::string> morseCode = {
|
std::map<char, std::string> morseCode = {
|
||||||
{'A', ".-"},
|
{'A', ".-"},
|
||||||
{'B', "-..."},
|
{'B', "-..."},
|
||||||
{'C', "-.-."},
|
{'C', "-.-."},
|
||||||
|
|
Loading…
Reference in a new issue