Switched the Ascent Prefs callbacks over to modern boost::bind
It's simple to compile fix, but I'll handle any necessary merge conflicts, if necessary. Hunspell stuff needs revisiting still, works as poorly as it always did.
This commit is contained in:
@@ -47,11 +47,10 @@ public:
|
||||
void refreshValues();
|
||||
|
||||
protected:
|
||||
static void onCommitClientTag(LLUICtrl* ctrl, void* userdata);
|
||||
static void onCommitUpdateAvatarOffsets(LLUICtrl* ctrl, void* userdata);
|
||||
static void onCommitCheckBox(LLUICtrl* ctrl, void* user_data);
|
||||
static void onCommitTextModified(LLUICtrl* ctrl, void* userdata);
|
||||
static void onManualClientUpdate(void* data);
|
||||
void onCommitClientTag(LLUICtrl* ctrl);
|
||||
void onCommitCheckBox(LLUICtrl* ctrl, const LLSD& value);
|
||||
void onCommitTextModified(LLUICtrl* ctrl, const LLSD& value);
|
||||
static void onManualClientUpdate();
|
||||
//Main
|
||||
BOOL mUseAccountSettings;
|
||||
BOOL mShowTPScreen;
|
||||
|
||||
Reference in New Issue
Block a user