From da6bd9641cd9be672a85ce30393fdbebd355df63 Mon Sep 17 00:00:00 2001 From: oparviai Date: Sun, 4 May 2008 07:55:29 +0000 Subject: [PATCH] Added "const" keyword to a static constant array --- source/SoundTouch/TDStretch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/SoundTouch/TDStretch.cpp b/source/SoundTouch/TDStretch.cpp index 111cf3e..ddfd2f7 100644 --- a/source/SoundTouch/TDStretch.cpp +++ b/source/SoundTouch/TDStretch.cpp @@ -67,7 +67,7 @@ using namespace soundtouch; // Table for the hierarchical mixing position seeking algorithm -static int _scanOffsets[4][24]={ +static const int _scanOffsets[4][24]={ { 124, 186, 248, 310, 372, 434, 496, 558, 620, 682, 744, 806, 868, 930, 992, 1054, 1116, 1178, 1240, 1302, 1364, 1426, 1488, 0}, {-100, -75, -50, -25, 25, 50, 75, 100, 0, 0, 0, 0,