const warning fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6956 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e27dfb8739
commit
3c6559fe47
1 changed files with 1 additions and 1 deletions
|
|
@ -1746,7 +1746,7 @@ void SwigType_inherit_equiv(File *out) {
|
|||
}
|
||||
|
||||
/* Helper function to sort the mangled list */
|
||||
static int SwigType_compare_mangled(DOH *a, DOH *b) {
|
||||
static int SwigType_compare_mangled(const DOH *a, const DOH *b) {
|
||||
return strcmp(DohData(a), DohData(b));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue