diff options
| author | Merov Linden <merov@lindenlab.com> | 2011-10-10 18:00:24 -0700 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2011-10-10 18:00:24 -0700 |
| commit | 1478f22857c24f4f3ecfcf7a08fdd4d5392ee3e6 (patch) | |
| tree | a36f98dea390ce75d5acd6c2737c35eca9a6ac5d /indra/llui/llcommandmanager.h | |
| parent | a07c3559b6d22ef62e8deab56780d74ac72501e1 (diff) | |
EXP-1300 : Simplify and clean up of the DaD which now doesn't duplicate the dragged tool.
Diffstat (limited to 'indra/llui/llcommandmanager.h')
| -rw-r--r-- | indra/llui/llcommandmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/llcommandmanager.h b/indra/llui/llcommandmanager.h index fdad7cd1b5..46e0fe6e69 100644 --- a/indra/llui/llcommandmanager.h +++ b/indra/llui/llcommandmanager.h @@ -68,8 +68,8 @@ public: mUUID = LLUUID::generateNewID(p.name); } - LLCommandId(const std::string& name, const LLUUID& uuid) - : mName(name), + LLCommandId(const LLUUID& uuid) + : mName(""), mUUID(uuid) { } |
