Added const qualifier to char* in struct service_entry
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1323,9 +1323,9 @@ GSocketError GAddress_INET_SetHostAddress(GAddress *address,
|
|||||||
|
|
||||||
struct service_entry
|
struct service_entry
|
||||||
{
|
{
|
||||||
char * name ;
|
const char * name ;
|
||||||
unsigned short port ;
|
unsigned short port ;
|
||||||
char * protocol ;
|
const char * protocol ;
|
||||||
} ;
|
} ;
|
||||||
typedef struct service_entry service_entry ;
|
typedef struct service_entry service_entry ;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user