opl: Make opl_driver_t name member const
This commit is contained in:
parent
1332c5aaa2
commit
1ec2d4d862
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ typedef void (*opl_adjust_callbacks_func)(float value);
|
|||
|
||||
typedef struct
|
||||
{
|
||||
char *name;
|
||||
const char *name;
|
||||
|
||||
opl_init_func init_func;
|
||||
opl_shutdown_func shutdown_func;
|
||||
|
|
|
|||
Loading…
Reference in a new issue