diff options
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_screen.h')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_screen.h b/src/gallium/drivers/softpipe/sp_screen.h index 2cac81641a0..007feecb5de 100644 --- a/src/gallium/drivers/softpipe/sp_screen.h +++ b/src/gallium/drivers/softpipe/sp_screen.h @@ -46,7 +46,7 @@ struct softpipe_screen { * this. */ unsigned timestamp; - boolean using_llvm; + boolean use_llvm; }; static INLINE struct softpipe_screen * |