diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-23 18:41:23 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-23 18:41:23 -0800 |
commit | 640b08c58aa76d88bd603576bcc03117ac983e90 (patch) | |
tree | 8701595d25c673bb6613f2a04febe5e42e6b08e7 /indra/newview/llfloaterpathfindinglinksets.h | |
parent | 05a49dd4252930fbfbb61a7e88ef5ef253cceca6 (diff) |
PATH-292: Fixing an issue where clicking Apply Edits without any changes resulted in an usable floater state.
Diffstat (limited to 'indra/newview/llfloaterpathfindinglinksets.h')
-rw-r--r-- | indra/newview/llfloaterpathfindinglinksets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindinglinksets.h b/indra/newview/llfloaterpathfindinglinksets.h index abbc355f46..2a280cb4af 100644 --- a/indra/newview/llfloaterpathfindinglinksets.h +++ b/indra/newview/llfloaterpathfindinglinksets.h @@ -134,6 +134,7 @@ private: void selectAllLinksets();
void selectNoneLinksets();
+ void clearLinksets();
void updateControls();
void updateEditFieldValues();
|