summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerjoystick.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llviewerjoystick.h')
-rw-r--r--indra/newview/llviewerjoystick.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llviewerjoystick.h b/indra/newview/llviewerjoystick.h
index 6be9db3313..b565ed5696 100644
--- a/indra/newview/llviewerjoystick.h
+++ b/indra/newview/llviewerjoystick.h
@@ -56,6 +56,8 @@ public:
virtual ~LLViewerJoystick();
void init(bool autoenable);
+ void terminate();
+
void updateStatus();
void scanJoystick();
void moveObjects(bool reset = false);
@@ -76,7 +78,6 @@ public:
protected:
void updateEnabled(bool autoenable);
- void terminate();
void handleRun(F32 inc);
void agentSlide(F32 inc);
void agentPush(F32 inc);