C++: conversion from string literal to 'char *'

This commit is contained in:
Shahram Najm 2023-01-08 14:01:22 +00:00
parent 81110907df
commit 14696668c8
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@ typedef struct grib_options_help
typedef struct grib_option
{
char* id;
char* args;
const char* id;
const char* args;
char* help;
int on;
int command_line;