Fixed const-correctness issues
This commit is contained in:
parent
ddba8822d0
commit
fcc172138c
4 changed files with 4 additions and 3 deletions
|
@ -112,7 +112,7 @@ typedef enum
|
|||
typedef struct
|
||||
{
|
||||
pk_debug_type type;
|
||||
char *name;
|
||||
const char *name;
|
||||
void *value;
|
||||
} pk_debug_item;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue