mirror of https://github.com/ecmwf/eccodes.git
C++: conversion from string literal to 'char *'
This commit is contained in:
parent
81110907df
commit
14696668c8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue