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
|
typedef struct grib_option
|
||||||
{
|
{
|
||||||
char* id;
|
const char* id;
|
||||||
char* args;
|
const char* args;
|
||||||
char* help;
|
char* help;
|
||||||
int on;
|
int on;
|
||||||
int command_line;
|
int command_line;
|
||||||
|
|
Loading…
Reference in New Issue