mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-18 17:10:55 +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