aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelclassified.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpanelclassified.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/newview/llpanelclassified.h b/linden/indra/newview/llpanelclassified.h
index 087aae0..ecc196a 100644
--- a/linden/indra/newview/llpanelclassified.h
+++ b/linden/indra/newview/llpanelclassified.h
@@ -57,7 +57,7 @@ class LLMessageSystem;
57class LLPanelClassified : public LLPanel 57class LLPanelClassified : public LLPanel
58{ 58{
59public: 59public:
60 LLPanelClassified(BOOL in_finder, bool from_search = false); 60 LLPanelClassified(bool in_finder, bool from_search);
61 /*virtual*/ ~LLPanelClassified(); 61 /*virtual*/ ~LLPanelClassified();
62 62
63 void reset(); 63 void reset();
@@ -102,7 +102,7 @@ public:
102 102
103 static void callbackGotPriceForListing(S32 option, LLString text, void* data); 103 static void callbackGotPriceForListing(S32 option, LLString text, void* data);
104 static void callbackConfirmPublish(S32 option, void* data); 104 static void callbackConfirmPublish(S32 option, void* data);
105 static void sendClassifiedClickMessage(const LLUUID& classified_id, const char* type, bool from_search); 105 void sendClassifiedClickMessage(const char* type);
106 106
107protected: 107protected:
108 static void saveCallback(S32 option, void* data); 108 static void saveCallback(S32 option, void* data);
@@ -119,8 +119,8 @@ protected:
119 BOOL checkDirty(); // Update and return mDirty 119 BOOL checkDirty(); // Update and return mDirty
120 120
121protected: 121protected:
122 BOOL mInFinder; 122 bool mInFinder;
123 bool mFromSearch; 123 bool mFromSearch; // from web-based "All" search sidebar
124 BOOL mDirty; 124 BOOL mDirty;
125 bool mForceClose; 125 bool mForceClose;
126 bool mLocationChanged; 126 bool mLocationChanged;