aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatervoicewizard.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:34 -0500
committerJacek Antonelli2008-08-15 23:45:34 -0500
commitcd17687f01420952712a500107e0f93e7ab8d5f8 (patch)
treece48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llfloatervoicewizard.h
parentSecond Life viewer sources 1.19.0.5 (diff)
downloadmeta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz
Second Life viewer sources 1.19.1.0
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloatervoicewizard.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/newview/llfloatervoicewizard.h b/linden/indra/newview/llfloatervoicewizard.h
index 9b1a1a0..a70677d 100644
--- a/linden/indra/newview/llfloatervoicewizard.h
+++ b/linden/indra/newview/llfloatervoicewizard.h
@@ -39,7 +39,7 @@ class LLPrefsVoiceLogic;
39class LLPanelDeviceSettings; 39class LLPanelDeviceSettings;
40 40
41class LLFloaterVoiceWizard 41class LLFloaterVoiceWizard
42: public LLFloater, public LLUISingleton<LLFloaterVoiceWizard> 42 : public LLFloater, public LLFloaterSingleton<LLFloaterVoiceWizard>
43{ 43{
44public: 44public:
45 LLFloaterVoiceWizard(const LLSD& seed); 45 LLFloaterVoiceWizard(const LLSD& seed);
@@ -84,12 +84,12 @@ protected:
84 F32 mMicVolume; 84 F32 mMicVolume;
85 std::string mInputDevice; 85 std::string mInputDevice;
86 std::string mOutputDevice; 86 std::string mOutputDevice;
87 LLComboBox *mCtrlInputDevices; 87 class LLComboBox *mCtrlInputDevices;
88 LLComboBox *mCtrlOutputDevices; 88 class LLComboBox *mCtrlOutputDevices;
89 BOOL mDevicesUpdated; 89 BOOL mDevicesUpdated;
90}; 90};
91 91
92class LLFloaterDeviceSettings : public LLFloater, public LLUISingleton<LLFloaterDeviceSettings> 92class LLFloaterDeviceSettings : public LLFloater, public LLFloaterSingleton<LLFloaterDeviceSettings>
93{ 93{
94public: 94public:
95 LLFloaterDeviceSettings(const LLSD& seed); 95 LLFloaterDeviceSettings(const LLSD& seed);