diff options
Diffstat (limited to 'indra/newview/llfloaterpreference.cpp')
-rw-r--r-- | indra/newview/llfloaterpreference.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp index 25a88e6e7c..b7b3cef76b 100644 --- a/indra/newview/llfloaterpreference.cpp +++ b/indra/newview/llfloaterpreference.cpp @@ -79,7 +79,7 @@ #ifndef LL_LOGITECH_LCD_H #include "lllogitechlcd.h" #endif -extern llLCD *gLcdScreen; +extern LLLCD *gLcdScreen; #endif const S32 PREF_BORDER = 4; |