Fixed AI_MATKEY list string constant issue. My gcc didn't comply about this

pull/2736/head
bzt 2019-10-30 01:37:28 +01:00
parent 5a79287041
commit 60e9157699
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* only once. D.R.Y. and K.I.S.S.
*/
typedef struct {
char *pKey;
const char *pKey;
unsigned int type;
unsigned int index;
} aiMatProp;