diff options
Diffstat (limited to 'indra/newview/llfloaterjoystick.h')
-rw-r--r-- | indra/newview/llfloaterjoystick.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/llfloaterjoystick.h b/indra/newview/llfloaterjoystick.h index 3ce647e5bb..9c66b3a895 100644 --- a/indra/newview/llfloaterjoystick.h +++ b/indra/newview/llfloaterjoystick.h @@ -84,9 +84,8 @@ private: LLCheckBoxCtrl *mCheckFlycamEnabled; // stats view - LLStatView* mAxisStatsView; - LLStat* mAxisStats[6]; - LLStatBar* mAxisStatsBar[6]; + LLStat* mAxisStats[6]; + LLStatBar* mAxisStatsBar[6]; }; #endif |