From 0d8782e6a1dd76fbc1661d22f52d673cbed335bf Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Thu, 30 Jul 2009 13:54:51 -0500 Subject: Added timestamps to the Script Warning/Error floater. --- linden/indra/newview/llfloaterscriptdebug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linden/indra/newview/llfloaterscriptdebug.h') diff --git a/linden/indra/newview/llfloaterscriptdebug.h b/linden/indra/newview/llfloaterscriptdebug.h index 59c0ba1..7c36c53 100644 --- a/linden/indra/newview/llfloaterscriptdebug.h +++ b/linden/indra/newview/llfloaterscriptdebug.h @@ -35,7 +35,7 @@ #include "llfloater.h" -class LLTextEditor; +class LLViewerTextEditor; class LLUUID; class LLFloaterScriptDebug : public LLMultiFloater @@ -73,7 +73,7 @@ public: static LLFloaterScriptDebugOutput* getFloaterByID(const LLUUID& id); protected: - LLTextEditor* mHistoryEditor; + LLViewerTextEditor* mHistoryEditor; typedef std::map instance_map_t; static instance_map_t sInstanceMap; -- cgit v1.1