draw llvm: fix typo (boolean, not bool)
This commit is contained in:
@@ -251,7 +251,7 @@ struct draw_context
|
||||
|
||||
#ifdef HAVE_LLVM
|
||||
LLVMExecutionEngineRef engine;
|
||||
bool use_llvm;
|
||||
boolean use_llvm;
|
||||
#endif
|
||||
void *driver_private;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user