Skip to content

Commit

Permalink
mapObj isMapText: used as signature only to differentiate this constr…
Browse files Browse the repository at this point in the history
…uctor from default constructor

mapObj isMapText: used as signature only to differentiate this constructor from default constructor
  • Loading branch information
Don Ch authored and Don Ch committed Nov 20, 2015
1 parent c8edd6c commit 26cfef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapscript/swiginc/map.i
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}

#ifdef SWIGCSHARP
mapObj(char *mapText, int isMapText)
mapObj(char *mapText, int isMapText /*used as signature only to differentiate this constructor from default constructor*/ )
{
return msLoadMapFromString(mapText, NULL);
}
Expand Down

0 comments on commit 26cfef5

Please sign in to comment.