diff options
Diffstat (limited to 'linden/indra/newview/llpanelinput.h')
-rw-r--r-- | linden/indra/newview/llpanelinput.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanelinput.h b/linden/indra/newview/llpanelinput.h index 9a2bebe..29bc04e 100644 --- a/linden/indra/newview/llpanelinput.h +++ b/linden/indra/newview/llpanelinput.h | |||
@@ -47,6 +47,8 @@ public: | |||
47 | 47 | ||
48 | private: | 48 | private: |
49 | static void onClickJoystickSetup(void* user_data); | 49 | static void onClickJoystickSetup(void* user_data); |
50 | static void onCommitAction(LLUICtrl* ctrl, void* user_data); | ||
51 | |||
50 | F32 mPreAdjustFOV; | 52 | F32 mPreAdjustFOV; |
51 | F32 mPreAdjustCameraOffsetScale; | 53 | F32 mPreAdjustCameraOffsetScale; |
52 | }; | 54 | }; |