diff options
Diffstat (limited to '')
-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: |