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 ecc196a..78f8a90 100644 --- a/linden/indra/newview/llpanelclassified.h +++ b/linden/indra/newview/llpanelclassified.h | |||
@@ -113,7 +113,7 @@ protected: | |||
113 | static void onClickProfile(void* data); | 113 | static void onClickProfile(void* data); |
114 | static void onClickSet(void* data); | 114 | static void onClickSet(void* data); |
115 | 115 | ||
116 | static void onFocusReceived(LLFocusableElement* ctrl, void* data); | 116 | static void focusReceived(LLFocusableElement* ctrl, void* data); |
117 | static void onCommitAny(LLUICtrl* ctrl, void* data); | 117 | static void onCommitAny(LLUICtrl* ctrl, void* data); |
118 | 118 | ||
119 | BOOL checkDirty(); // Update and return mDirty | 119 | BOOL checkDirty(); // Update and return mDirty |