Fixed compiler warning.

This commit is contained in:
hiker 2015-05-08 13:59:19 +10:00
parent 7453853c6d
commit 824b6906c1

View File

@ -39,7 +39,7 @@ namespace GraphicsRestrictions
/** The list of names used in the XML file for the graphics
* restriction types. They must be in the same order as the types. */
char *m_names_of_restrictions[] = {
const char *m_names_of_restrictions[] = {
"UniformBufferObject",
"GeometryShader4",
"DrawIndirect",