diff options
author | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2016-05-05 19:43:02 +0300 |
---|---|---|
committer | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2016-05-05 19:43:02 +0300 |
commit | 8b3f4ec5f58c1488ac7b3403a1a510a4977cebf6 (patch) | |
tree | 50bf30b88769873b12ea3d1589af942842aeaa40 /indra/newview/llpanelsnapshot.h | |
parent | bdeeb6451fcfaabb826a6a8babe9f580643bc873 (diff) |
MAINT-6226 Incorporate a customized Snapshot feature to Outfit Browser flow
Removed odd controls like custom resolution spinners etc
Diffstat (limited to 'indra/newview/llpanelsnapshot.h')
-rwxr-xr-x | indra/newview/llpanelsnapshot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelsnapshot.h b/indra/newview/llpanelsnapshot.h index d64ef3b75a..3868020cdf 100755 --- a/indra/newview/llpanelsnapshot.h +++ b/indra/newview/llpanelsnapshot.h @@ -68,7 +68,7 @@ protected: LLSideTrayPanelContainer* getParentContainer(); void updateImageQualityLevel(); void goBack(); ///< Switch to the default (Snapshot Options) panel - void cancel(); + virtual void cancel(); // common UI callbacks void onCustomResolutionCommit(); |