summaryrefslogtreecommitdiff
path: root/indra/newview/llmoveview.h
diff options
context:
space:
mode:
authorSteve Bennetts <steve@lindenlab.com>2009-11-18 14:29:39 -0800
committerSteve Bennetts <steve@lindenlab.com>2009-11-18 14:29:39 -0800
commitde23a4d92c02504fd512b2fdb151406d31ae03c0 (patch)
tree09167a3f1a9bfd973f1167e99c1c5c8a26513299 /indra/newview/llmoveview.h
parentfb81795a2d009480482af13b536702002ed7c8f2 (diff)
parentdd9f2ca5f555d529d8f8b6168115ca3d3155fac7 (diff)
Merge
Diffstat (limited to 'indra/newview/llmoveview.h')
-rw-r--r--indra/newview/llmoveview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llmoveview.h b/indra/newview/llmoveview.h
index 2664fe6e40..06463f02af 100644
--- a/indra/newview/llmoveview.h
+++ b/indra/newview/llmoveview.h
@@ -51,11 +51,12 @@ class LLFloaterMove
private:
LLFloaterMove(const LLSD& key);
- ~LLFloaterMove();
+ ~LLFloaterMove() {}
public:
/*virtual*/ BOOL postBuild();
/*virtual*/ void setEnabled(BOOL enabled);
+ /*virtual*/ void setVisible(BOOL visible);
static F32 getYawRate(F32 time);
static void setFlyingMode(BOOL fly);
void setFlyingModeImpl(BOOL fly);