Fixed compiler warning.
This commit is contained in:
parent
7453853c6d
commit
824b6906c1
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user