diff options
Diffstat (limited to 'indra/newview/llpanelvoicedevicesettings.h')
-rw-r--r-- | indra/newview/llpanelvoicedevicesettings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelvoicedevicesettings.h b/indra/newview/llpanelvoicedevicesettings.h index 490d20b2ab..4aa32dfa4f 100644 --- a/indra/newview/llpanelvoicedevicesettings.h +++ b/indra/newview/llpanelvoicedevicesettings.h @@ -61,7 +61,7 @@ protected: std::string mOutputDevice; class LLComboBox *mCtrlInputDevices; class LLComboBox *mCtrlOutputDevices; - BOOL mDevicesUpdated; + bool mDevicesUpdated; bool mUseTuningMode; std::map<std::string, std::string> mLocalizedDeviceNames; }; |