Fixed a gcc4 warning
This commit is contained in:
parent
7029028cd6
commit
d83c57e59d
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ int char_to_atomic_type( char t )
|
|||
|
||||
const char* atomic_type_to_string( char t )
|
||||
{
|
||||
static struct { char type; char* name; } atos[] =
|
||||
static struct { char type; const char* name; } atos[] =
|
||||
{
|
||||
{ 'y', "::DBus::Byte" },
|
||||
{ 'b', "::DBus::Bool" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue