diff options
author | Rider Linden <rider@lindenlab.com> | 2016-10-03 10:37:33 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2016-10-03 10:37:33 -0700 |
commit | 5ff1be79a352390ecde5bdfb9b59e609d3ced29e (patch) | |
tree | bf9f860bff70b53a9c5afe1805e68e1927ae264a /indra/newview/llmoveview.h | |
parent | 89844b345e8bfc69c5f0bd49bdc402d0b1c24e3b (diff) | |
parent | b2eded73b9bf55e2253a9c39113ff0598c2c18cb (diff) |
Merge
Diffstat (limited to 'indra/newview/llmoveview.h')
-rw-r--r-- | indra/newview/llmoveview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmoveview.h b/indra/newview/llmoveview.h index c525d9dfdb..4a31f2a814 100644 --- a/indra/newview/llmoveview.h +++ b/indra/newview/llmoveview.h @@ -56,7 +56,7 @@ public: static void setAlwaysRunMode(bool run); void setAlwaysRunModeImpl(bool run); static void setSittingMode(BOOL bSitting); - static void enableInstance(BOOL bEnable); + static void enableInstance(); /*virtual*/ void onOpen(const LLSD& key); static void sUpdateFlyingStatus(); |