diff options
author | Merov Linden <merov@lindenlab.com> | 2012-11-14 20:00:01 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-11-14 20:00:01 -0800 |
commit | bd62d1d33717536e71f5fbb5ab4a477a69494c77 (patch) | |
tree | cf9d425714c4d7b5a75fbdde387b871b6f33fce6 /indra/newview/llconversationmodel.h | |
parent | a5d6375dd9faf5a39f0320ed31073e157534761a (diff) |
CHUI-479 : WIP : More tracing
Diffstat (limited to 'indra/newview/llconversationmodel.h')
-rwxr-xr-x | indra/newview/llconversationmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llconversationmodel.h b/indra/newview/llconversationmodel.h index 2ee21d0c16..dd849210a8 100755 --- a/indra/newview/llconversationmodel.h +++ b/indra/newview/llconversationmodel.h @@ -168,7 +168,7 @@ public: void addVoiceOptions(menuentry_vec_t& items); virtual const bool getTime(F64& time) const; - void dumpDebugData(); + void dumpDebugData(bool dump_children = false); private: bool mIsLoaded; // true if at least one participant has been added to the session, false otherwise |