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,10 +47,10 @@ public:
|
||||
void refreshValues();
|
||||
|
||||
protected:
|
||||
static void onCommitCheckBox(LLUICtrl* ctrl, void* user_data);
|
||||
static void onCommitCmdLine(LLUICtrl* ctrl, void* user_data);
|
||||
static void onCommitComboBox(LLUICtrl* ctrl, void* user_data);
|
||||
static void onCommitTexturePicker(LLUICtrl* ctrl, void* user_data);
|
||||
void onCommitCheckBox(LLUICtrl* ctrl, const LLSD& value);
|
||||
void onCommitCmdLine(LLUICtrl* ctrl, const LLSD& value);
|
||||
void onCommitComboBox(LLUICtrl* ctrl, const LLSD& value);
|
||||
void onCommitTexturePicker(LLUICtrl* ctrl);
|
||||
|
||||
//General -----------------------------------------------------------------------------
|
||||
BOOL mDoubleClickTeleport;
|
||||
|
||||
Reference in New Issue
Block a user