summaryrefslogtreecommitdiff
path: root/src/glsl/ir_to_llvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/ir_to_llvm.h')
-rw-r--r--src/glsl/ir_to_llvm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/ir_to_llvm.h b/src/glsl/ir_to_llvm.h
index 5a3cc44..63f5c83 100644
--- a/src/glsl/ir_to_llvm.h
+++ b/src/glsl/ir_to_llvm.h
@@ -5,6 +5,6 @@
#include "ir.h"
struct llvm::Module * glsl_ir_to_llvm_module(struct exec_list *ir, llvm::Module * mod,
- const struct GGLContext * gglCtx, const char * shaderSuffix);
+ const struct GGLState * gglCtx, const char * shaderSuffix);
#endif /* IR_TO_LLVM_H_ */