mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
use const
This commit is contained in:
parent
2bd4665461
commit
aaecf213b8
@ -636,7 +636,7 @@ void ScreenFrame::OnCaptureSomething(wxCommandEvent & event)
|
||||
IdCaptureLast = IdCaptureSecondTrack,
|
||||
*/
|
||||
|
||||
static int codes[] = {
|
||||
static const int codes[] = {
|
||||
ScreenshotCommand::keffects,
|
||||
ScreenshotCommand::kscriptables,
|
||||
ScreenshotCommand::kpreferences,
|
||||
|
Loading…
x
Reference in New Issue
Block a user