diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/lltextparser.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/linden/indra/llui/lltextparser.h b/linden/indra/llui/lltextparser.h index d69e3a2..32343a2 100644 --- a/linden/indra/llui/lltextparser.h +++ b/linden/indra/llui/lltextparser.h | |||
@@ -34,12 +34,8 @@ | |||
34 | #ifndef LL_LLTEXTPARSER_H | 34 | #ifndef LL_LLTEXTPARSER_H |
35 | #define LL_LLTEXTPARSER_H | 35 | #define LL_LLTEXTPARSER_H |
36 | 36 | ||
37 | #include <vector> | 37 | #include "llsd.h" |
38 | #include "linden_common.h" | ||
39 | 38 | ||
40 | #include "lltextparser.h" | ||
41 | |||
42 | class LLSD; | ||
43 | class LLUUID; | 39 | class LLUUID; |
44 | class LLVector3d; | 40 | class LLVector3d; |
45 | class LLColor4; | 41 | class LLColor4; |
@@ -59,7 +55,6 @@ public: | |||
59 | S32 findPattern(const std::string &text, LLSD highlight); | 55 | S32 findPattern(const std::string &text, LLSD highlight); |
60 | LLSD parsePartialLineHighlights(const std::string &text,const LLColor4 &color,S32 part=WHOLE, S32 index=0); | 56 | LLSD parsePartialLineHighlights(const std::string &text,const LLColor4 &color,S32 part=WHOLE, S32 index=0); |
61 | bool parseFullLineHighlights(const std::string &text, LLColor4 *color); | 57 | bool parseFullLineHighlights(const std::string &text, LLColor4 *color); |
62 | void triggerAlerts(LLUUID agent_id, LLVector3d position, std::string text, LLWindow* viewer_window); | ||
63 | 58 | ||
64 | std::string getFileName(); | 59 | std::string getFileName(); |
65 | LLSD loadFromDisk(); | 60 | LLSD loadFromDisk(); |