aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llaudio/audioengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llaudio/audioengine.h')
-rw-r--r--linden/indra/llaudio/audioengine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llaudio/audioengine.h b/linden/indra/llaudio/audioengine.h
index ac84b77..8994703 100644
--- a/linden/indra/llaudio/audioengine.h
+++ b/linden/indra/llaudio/audioengine.h
@@ -233,6 +233,9 @@ protected:
233 F32 mNextWindUpdate; 233 F32 mNextWindUpdate;
234 234
235 LLFrameTimer mWindUpdateTimer; 235 LLFrameTimer mWindUpdateTimer;
236
237private:
238 void setDefaults();
236}; 239};
237 240
238 241