diff options
Diffstat (limited to 'vis-core.h')
| -rw-r--r-- | vis-core.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -226,7 +226,7 @@ bool vis_event_emit(Vis*, enum VisEvents, ...); typedef struct { char name; - const char *help; + VIS_HELP_DECL(const char *help;) } MarkDef; typedef MarkDef RegisterDef; |
