diff options
author | Jonathan Yap <none@none> | 2012-02-19 14:06:32 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2012-02-19 14:06:32 -0500 |
commit | 566bbe7e09bf9cd9939cfae40773d86993803d1b (patch) | |
tree | 6527575edfbe6a24e3623fe7318b673f7d493c70 /indra/newview/lltoolmgr.h | |
parent | 1f5c2c056ff2b660b053cf3a7344fdf1c5c15b0e (diff) |
STORM-1808 Recode so build button is not clickable when grayed out
Diffstat (limited to 'indra/newview/lltoolmgr.h')
-rw-r--r-- | indra/newview/lltoolmgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolmgr.h b/indra/newview/lltoolmgr.h index d489c4c829..12649cfba2 100644 --- a/indra/newview/lltoolmgr.h +++ b/indra/newview/lltoolmgr.h @@ -54,7 +54,7 @@ public: bool inEdit(); bool canEdit(); - void toggleBuildMode(); + void toggleBuildMode(const LLSD& sdname); /* Determines if we are in Build mode or not. */ bool inBuildMode(); |