summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmediasettingsgeneral.h
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-02-05 15:12:54 +0200
committerVadim Savchuk <vsavchuk@productengine.com>2010-02-05 15:12:54 +0200
commit312f5553aea988a3a795ee45d00be861c1fc3aa9 (patch)
tree8676bad1bd1e68e90dfba505da5d2fcf4f3d7d2a /indra/newview/llpanelmediasettingsgeneral.h
parentb80c6d68874a11292e7dff59b03b1d0f46fad232 (diff)
parent456bbdfa2f3471896f6981e70a9daa56dae51d18 (diff)
Merge from default branch
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpanelmediasettingsgeneral.h')
-rw-r--r--indra/newview/llpanelmediasettingsgeneral.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanelmediasettingsgeneral.h b/indra/newview/llpanelmediasettingsgeneral.h
index 5f90321362..a3f0990f35 100644
--- a/indra/newview/llpanelmediasettingsgeneral.h
+++ b/indra/newview/llpanelmediasettingsgeneral.h
@@ -54,7 +54,8 @@ public:
// Hook that the floater calls before applying changes from the panel
void preApply();
// Function that asks the panel to fill in values associated with the panel
- void getValues(LLSD &fill_me_in);
+ // 'include_tentative' means fill in tentative values as well, otherwise do not
+ void getValues(LLSD &fill_me_in, bool include_tentative = true);
// Hook that the floater calls after applying changes to the panel
void postApply();