diff options
author | Richard Linden <none@none> | 2013-04-24 14:13:59 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-04-24 14:13:59 -0700 |
commit | 98161b566d6fa16ae67a48c98b8b087b0ad8d694 (patch) | |
tree | 03cec9453c18f53b3120e07ba74b4313e8c46541 /indra/newview/llscenemonitor.h | |
parent | 8026ac0dc9cb98eec6bb34cb6766c4150f876bf8 (diff) | |
parent | 84af0e9852486231b5ef0cde7ad1704d41689a3a (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting
Diffstat (limited to 'indra/newview/llscenemonitor.h')
-rw-r--r-- | indra/newview/llscenemonitor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llscenemonitor.h b/indra/newview/llscenemonitor.h index c897b237b6..45a5241924 100644 --- a/indra/newview/llscenemonitor.h +++ b/indra/newview/llscenemonitor.h @@ -63,7 +63,7 @@ public: bool isEnabled()const {return mEnabled;} bool needsUpdate() const; - LLTrace::ExtendableRecording* getRecording() const {return mRecording;} + LLTrace::ExtendablePeriodicRecording* getRecording() const {return mRecording;} void dumpToFile(std::string file_name); bool hasResults() const { return !mMonitorResults.empty();} @@ -102,7 +102,7 @@ private: std::vector<LLAnimPauseRequest> mAvatarPauseHandles; - LLTrace::ExtendableRecording* mRecording; + LLTrace::ExtendablePeriodicRecording* mRecording; //--------------------------------------- typedef struct _monitor_result |