aboutsummaryrefslogtreecommitdiff
path: root/src/chips/dosbox/dbopl.cpp
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-07-31 02:58:54 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-07-31 02:58:54 +0300
commitaf214cc7ebf2eed2788cea58cb658285adfe528b (patch)
tree825b624aad7a31be433095e9384632cd0c42e167 /src/chips/dosbox/dbopl.cpp
parent626354e6d686d20c43b4d9aa929b85840e6e1015 (diff)
downloadlibADLMIDI-af214cc7ebf2eed2788cea58cb658285adfe528b.tar.gz
libADLMIDI-af214cc7ebf2eed2788cea58cb658285adfe528b.tar.bz2
libADLMIDI-af214cc7ebf2eed2788cea58cb658285adfe528b.zip
Added missing `const` to pan-law tables
Diffstat (limited to 'src/chips/dosbox/dbopl.cpp')
-rw-r--r--src/chips/dosbox/dbopl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chips/dosbox/dbopl.cpp b/src/chips/dosbox/dbopl.cpp
index 3b0d73d..2c00db2 100644
--- a/src/chips/dosbox/dbopl.cpp
+++ b/src/chips/dosbox/dbopl.cpp
@@ -220,7 +220,7 @@ static const Bit8u KslShiftTable[4] = {
};
// Pan law table
-static Bit16u PanLawTable[] =
+static const Bit16u PanLawTable[] =
{
65535, 65529, 65514, 65489, 65454, 65409, 65354, 65289,
65214, 65129, 65034, 64929, 64814, 64689, 64554, 64410,