summaryrefslogtreecommitdiff
path: root/src/ui_dispatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui_dispatch.h')
-rw-r--r--src/ui_dispatch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui_dispatch.h b/src/ui_dispatch.h
index b2b5a36..4a5f791 100644
--- a/src/ui_dispatch.h
+++ b/src/ui_dispatch.h
@@ -41,9 +41,9 @@ typedef void (*BarKeyShortcutFunc_t) (BarApp_t *, PianoStation_t *,
typedef struct {
BarUiDispatchContext_t context;
BarKeyShortcutFunc_t function;
- char *helpText;
+ const char * const helpText;
char defaultKey;
- char *configKey;
+ const char * const configKey;
} BarUiDispatchAction_t;
#include "ui_act.h"