diff options
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r-- | indra/newview/llfloaterpreference.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index dcfa123137..1de960c640 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -29,6 +29,7 @@ class LLPanelNetwork; class LLPanelWeb; class LLMessageSystem; class LLPrefsChat; +class LLPrefsVoice; class LLPrefsIM; class LLPanelMsgs; class LLScrollListCtrl; @@ -63,6 +64,7 @@ private: LLPanelAudioPrefs *mAudioPanel; // LLPanelDebug *mDebugPanel; LLPrefsChat *mPrefsChat; + LLPrefsVoice *mPrefsVoice; LLPrefsIM *mPrefsIM; LLPanelMsgs *mMsgPanel; LLPanelWeb *mWebPanel; |