summaryrefslogtreecommitdiff
path: root/indra/llui/llcommandmanager.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2011-10-09 15:52:45 -0700
committerMerov Linden <merov@lindenlab.com>2011-10-09 15:52:45 -0700
commitec5ea33c8113a63e956c195ccf051b2a03979be9 (patch)
tree035e4ac326165d48eb6dc5f454fa6bc65fcbc1b6 /indra/llui/llcommandmanager.cpp
parent60c85dff83918876b23ab1ff1dfd336fc9dbc839 (diff)
EXP-1300 : drop tool animation. First shot. Works but still a bit hacky and with some bugs (tools can be duplicated at times).
Diffstat (limited to 'indra/llui/llcommandmanager.cpp')
-rw-r--r--indra/llui/llcommandmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llcommandmanager.cpp b/indra/llui/llcommandmanager.cpp
index 1b87f20d12..d8e035a320 100644
--- a/indra/llui/llcommandmanager.cpp
+++ b/indra/llui/llcommandmanager.cpp
@@ -41,7 +41,7 @@
// LLCommandId class
//
-const LLCommandId LLCommandId::null("null command");
+const LLCommandId LLCommandId::null = LLCommandId();
//
// LLCommand class