make array data fully const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -645,7 +645,7 @@ wxDialUpManagerImpl::CheckIfconfig()
|
||||
// first time check for ifconfig location
|
||||
if ( m_CanUseIfconfig == -1 ) // unknown
|
||||
{
|
||||
static const wxChar *ifconfigLocations[] =
|
||||
static const wxChar *const ifconfigLocations[] =
|
||||
{
|
||||
wxT("/sbin"), // Linux, FreeBSD, Darwin
|
||||
wxT("/usr/sbin"), // SunOS, Solaris, AIX, HP-UX
|
||||
|
Reference in New Issue
Block a user