Buncha pointless sync and cleanup
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
*/
|
||||
protected:
|
||||
void onAvatarNameLookup(const LLUUID& idAgent, const LLAvatarName& avName);
|
||||
void onBtnCopyToClipboard();
|
||||
void onBtnCopyToClipboard() const;
|
||||
void onCommand(const RlvCommand& rlvCmd, ERlvCmdRet eRet);
|
||||
void refreshAll();
|
||||
|
||||
@@ -88,8 +88,8 @@ public:
|
||||
* Member functions
|
||||
*/
|
||||
protected:
|
||||
void onRlvCommand(const RlvCommand& rlvCmd, ERlvCmdRet eRet);
|
||||
void refreshAll();
|
||||
void onRlvCommand(const RlvCommand& rlvCmd, ERlvCmdRet eRet) const;
|
||||
void refreshAll() const;
|
||||
|
||||
/*
|
||||
* Member variables
|
||||
|
||||
Reference in New Issue
Block a user