diff options
author | Jacek Antonelli | 2008-08-15 23:45:23 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:23 -0500 |
commit | 486c4774ab4a707d69c1b48cdc048af1369084db (patch) | |
tree | 2a206a7e32a9a7efb98d585798a9fa18baeaf171 /linden/indra/newview/llpanelclassified.h | |
parent | Second Life viewer sources 1.18.6.1-RC (diff) | |
download | meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.zip meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.tar.gz meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.tar.bz2 meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.tar.xz |
Second Life viewer sources 1.18.6.2-RC
Diffstat (limited to 'linden/indra/newview/llpanelclassified.h')
-rw-r--r-- | linden/indra/newview/llpanelclassified.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelclassified.h b/linden/indra/newview/llpanelclassified.h index a2bb29b..a920569 100644 --- a/linden/indra/newview/llpanelclassified.h +++ b/linden/indra/newview/llpanelclassified.h | |||
@@ -101,6 +101,7 @@ public: | |||
101 | 101 | ||
102 | static void callbackGotPriceForListing(S32 option, LLString text, void* data); | 102 | static void callbackGotPriceForListing(S32 option, LLString text, void* data); |
103 | static void callbackConfirmPublish(S32 option, void* data); | 103 | static void callbackConfirmPublish(S32 option, void* data); |
104 | static void sendClassifiedClickMessage(const LLUUID& classified_id, const char* type, bool from_search); | ||
104 | 105 | ||
105 | protected: | 106 | protected: |
106 | static void saveCallback(S32 option, void* data); | 107 | static void saveCallback(S32 option, void* data); |
@@ -114,7 +115,6 @@ protected: | |||
114 | static void onFocusReceived(LLUICtrl* ctrl, void* data); | 115 | static void onFocusReceived(LLUICtrl* ctrl, void* data); |
115 | static void onCommitAny(LLUICtrl* ctrl, void* data); | 116 | static void onCommitAny(LLUICtrl* ctrl, void* data); |
116 | 117 | ||
117 | void sendClassifiedClickMessage(const char* type); | ||
118 | BOOL checkDirty(); // Update and return mDirty | 118 | BOOL checkDirty(); // Update and return mDirty |
119 | 119 | ||
120 | protected: | 120 | protected: |