no need for static here

This commit is contained in:
Martin Brodbeck 2024-02-28 13:33:41 +01:00
parent 6952e6e893
commit 1f6ab48af4

View file

@ -4,7 +4,7 @@
#include "morse.h"
static std::map<char, std::string> morseCode = {
std::map<char, std::string> morseCode = {
{'A', ".-"},
{'B', "-..."},
{'C', "-.-."},