diff options
-rw-r--r-- | src/mesa/main/mtypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 87e13f5e62..0712fd413e 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1949,7 +1949,7 @@ struct gl_query_state */ struct gl_shader_objects_state { - struct gl2_program_intf **current_program; + struct gl2_program_intf **CurrentProgram; }; |