mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-28 00:00:18 +01:00
Const'ify xpm images
This commit is contained in:
committed by
Paul Licameli
parent
d8da4015ef
commit
b77637750d
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static const char *SliderThumb[] = {
|
||||
static const char * const SliderThumb[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"17 28 117 2",
|
||||
" c #000063",
|
||||
|
||||
Reference in New Issue
Block a user