Skip to content
Snippets Groups Projects
Commit 42fe874c authored by Adrien Béraud's avatar Adrien Béraud
Browse files

tone list: cleanup

Change-Id: I0895410c9a3cb602e10ed8911545c3ad9e77b53f
parent 93f85f37
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ TelephoneTone::getCurrentTone()
void
TelephoneTone::buildTones(unsigned int sampleRate)
{
const char* toneZone[(size_t)TelephoneTone::CountryId::ZID_COUNTRIES][(size_t)Tone::ToneId::TONE_NULL] = {
static constexpr const char* toneZone[(size_t)TelephoneTone::CountryId::ZID_COUNTRIES][(size_t)Tone::ToneId::TONE_NULL] = {
{
// ZID_NORTH_AMERICA
"350+440", // Tone::TONE_DIALTONE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment