summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelvoicedevicesettings.h
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2011-05-09 11:26:24 -0700
committerbrad kittenbrink <brad@lindenlab.com>2011-05-09 11:26:24 -0700
commit2661a4c2c9359f2c2cabce6f48704dc8fb481994 (patch)
treed6fafbb1a084ea8b06db3d3499bd5084b7e4f7f6 /indra/newview/llpanelvoicedevicesettings.h
parent26334a4c57e58bfd13e6bbbff2298ec5ba3e77e7 (diff)
parenta5118ccd6721afdf4f8c71cba6007eb7be4d7c19 (diff)
Merge.
Diffstat (limited to 'indra/newview/llpanelvoicedevicesettings.h')
-rw-r--r--indra/newview/llpanelvoicedevicesettings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpanelvoicedevicesettings.h b/indra/newview/llpanelvoicedevicesettings.h
index 636b8b9948..d09476d469 100644
--- a/indra/newview/llpanelvoicedevicesettings.h
+++ b/indra/newview/llpanelvoicedevicesettings.h
@@ -45,6 +45,8 @@ public:
void cleanup();
/*virtual*/ void handleVisibilityChange ( BOOL new_visibility );
+
+ void setUseTuningMode(bool use) { mUseTuningMode = use; };
protected:
void onCommitInputDevice();
@@ -56,6 +58,7 @@ protected:
class LLComboBox *mCtrlInputDevices;
class LLComboBox *mCtrlOutputDevices;
BOOL mDevicesUpdated;
+ bool mUseTuningMode;
};
#endif // LL_LLPANELVOICEDEVICESETTINGS_H