diff options
Diffstat (limited to 'linden/indra/newview/llpanelclassified.h')
-rw-r--r-- | linden/indra/newview/llpanelclassified.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelclassified.h b/linden/indra/newview/llpanelclassified.h index 56c2fbd..6ebac4c 100644 --- a/linden/indra/newview/llpanelclassified.h +++ b/linden/indra/newview/llpanelclassified.h | |||
@@ -57,7 +57,7 @@ class LLMessageSystem; | |||
57 | class LLPanelClassified : public LLPanel | 57 | class LLPanelClassified : public LLPanel |
58 | { | 58 | { |
59 | public: | 59 | public: |
60 | LLPanelClassified(BOOL in_finder); | 60 | LLPanelClassified(BOOL in_finder, bool from_search = false); |
61 | /*virtual*/ ~LLPanelClassified(); | 61 | /*virtual*/ ~LLPanelClassified(); |
62 | 62 | ||
63 | void reset(); | 63 | void reset(); |
@@ -79,6 +79,7 @@ public: | |||
79 | void initNewClassified(); | 79 | void initNewClassified(); |
80 | 80 | ||
81 | void setClassifiedID(const LLUUID& id); | 81 | void setClassifiedID(const LLUUID& id); |
82 | void setClickThroughText(const std::string& text); | ||
82 | static void setClickThrough(const LLUUID& classified_id, | 83 | static void setClickThrough(const LLUUID& classified_id, |
83 | S32 teleport, S32 map, S32 profile); | 84 | S32 teleport, S32 map, S32 profile); |
84 | 85 | ||
@@ -118,6 +119,7 @@ protected: | |||
118 | 119 | ||
119 | protected: | 120 | protected: |
120 | BOOL mInFinder; | 121 | BOOL mInFinder; |
122 | bool mFromSearch; | ||
121 | BOOL mDirty; | 123 | BOOL mDirty; |
122 | bool mForceClose; | 124 | bool mForceClose; |
123 | bool mLocationChanged; | 125 | bool mLocationChanged; |