diff options
author | Aidan MacDonald <amachronic@protonmail.com> | 2022-09-18 20:07:12 +0100 |
---|---|---|
committer | Aidan MacDonald <amachronic@protonmail.com> | 2022-10-02 08:20:10 -0400 |
commit | 5b0506e9de356f915138711b62f3e414a8c1b2bb (patch) | |
tree | 7d42f57c5133d14efe35b05fa42b54bcfa962350 /apps/plugins/mpegplayer | |
parent | 420fb1163c526cdbfba4b131b8c33824f401cd15 (diff) | |
download | rockbox-5b0506e9de356f915138711b62f3e414a8c1b2bb.tar.gz rockbox-5b0506e9de356f915138711b62f3e414a8c1b2bb.zip |
gui: Constify list title text
Use const char* pointers for list titles. Only one debug menu
actually modifies the title, and in that case it's legal to
cast away const because the title points to a known mutable
buffer on the stack.
Change-Id: Idb8ab307b9a6ec23a93d8420c5e19fafd9f59c30
Diffstat (limited to 'apps/plugins/mpegplayer')
0 files changed, 0 insertions, 0 deletions