diff options
author | prep <prep@lindenlab.com> | 2012-12-12 10:32:42 -0500 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2012-12-12 10:32:42 -0500 |
commit | 0b896a4953779c2f27c3418453e1a1a315ec111f (patch) | |
tree | 7cf3e29d15571347d842b1e3a4abe13a29514b78 /indra/newview/llpaneleditwearable.h | |
parent | 531394df23d774ad91ea5986ede8d44ccf9234a1 (diff) |
Fixes for SH-3591 & SH-3620
Diffstat (limited to 'indra/newview/llpaneleditwearable.h')
-rw-r--r-- | indra/newview/llpaneleditwearable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpaneleditwearable.h b/indra/newview/llpaneleditwearable.h index 309d512e23..515a9913b9 100644 --- a/indra/newview/llpaneleditwearable.h +++ b/indra/newview/llpaneleditwearable.h @@ -70,6 +70,7 @@ public: void updateScrollingPanelList(); static void onRevertButtonClicked(void* userdata); + static void onBackButtonClicked(void* userdata); void onCommitSexChange(); void onSaveAsButtonClicked(); void saveAsCallback(const LLSD& notification, const LLSD& response); |