mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-18 14:41:20 +01:00
use const
This commit is contained in:
@@ -636,7 +636,7 @@ void ScreenFrame::OnCaptureSomething(wxCommandEvent & event)
|
||||
IdCaptureLast = IdCaptureSecondTrack,
|
||||
*/
|
||||
|
||||
static int codes[] = {
|
||||
static const int codes[] = {
|
||||
ScreenshotCommand::keffects,
|
||||
ScreenshotCommand::kscriptables,
|
||||
ScreenshotCommand::kpreferences,
|
||||
|
||||
Reference in New Issue
Block a user