1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

use const

This commit is contained in:
Paul Licameli 2018-03-26 17:05:59 -04:00
parent 2bd4665461
commit aaecf213b8

View File

@ -636,7 +636,7 @@ void ScreenFrame::OnCaptureSomething(wxCommandEvent & event)
IdCaptureLast = IdCaptureSecondTrack,
*/
static int codes[] = {
static const int codes[] = {
ScreenshotCommand::keffects,
ScreenshotCommand::kscriptables,
ScreenshotCommand::kpreferences,