diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llfloatervoicewizard.h | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-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.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); |