diff options
author | Debi King (Dessie) <dessie@lindenlab.com> | 2011-11-29 17:18:40 -0500 |
---|---|---|
committer | Debi King (Dessie) <dessie@lindenlab.com> | 2011-11-29 17:18:40 -0500 |
commit | ae2a1ea9f10dc9bf3cc5ef59f1428ea1e5fa6495 (patch) | |
tree | f1b2c77031b49b5e78b9baca0440f85dd4bbcd09 /indra/newview/llpanelsnapshot.h | |
parent | aaa085cebff88af48bbe4e8a9b41b3aeb60238c2 (diff) | |
parent | 0c36f481f13493801788ef233b96a2bfe5a44060 (diff) |
merge
Diffstat (limited to 'indra/newview/llpanelsnapshot.h')
-rw-r--r-- | indra/newview/llpanelsnapshot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelsnapshot.h b/indra/newview/llpanelsnapshot.h index a49782a3e0..7adb2fabc7 100644 --- a/indra/newview/llpanelsnapshot.h +++ b/indra/newview/llpanelsnapshot.h @@ -52,6 +52,7 @@ public: virtual void enableAspectRatioCheckbox(BOOL enable); virtual LLFloaterSnapshot::ESnapshotFormat getImageFormat() const; virtual void updateControls(const LLSD& info) = 0; ///< Update controls from saved settings + void enableControls(BOOL enable); protected: LLSideTrayPanelContainer* getParentContainer(); |