diff options
Diffstat (limited to 'linden/indra/newview/llfloatervoicewizard.h')
-rw-r--r-- | linden/indra/newview/llfloatervoicewizard.h | 8 |
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; | |||
39 | class LLPanelDeviceSettings; | 39 | class LLPanelDeviceSettings; |
40 | 40 | ||
41 | class LLFloaterVoiceWizard | 41 | class LLFloaterVoiceWizard |
42 | : public LLFloater, public LLUISingleton<LLFloaterVoiceWizard> | 42 | : public LLFloater, public LLFloaterSingleton<LLFloaterVoiceWizard> |
43 | { | 43 | { |
44 | public: | 44 | public: |
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 | ||
92 | class LLFloaterDeviceSettings : public LLFloater, public LLUISingleton<LLFloaterDeviceSettings> | 92 | class LLFloaterDeviceSettings : public LLFloater, public LLFloaterSingleton<LLFloaterDeviceSettings> |
93 | { | 93 | { |
94 | public: | 94 | public: |
95 | LLFloaterDeviceSettings(const LLSD& seed); | 95 | LLFloaterDeviceSettings(const LLSD& seed); |