[LLIMMgr/LLIMPanel Revision] Missed function declaration for closeIfNotPinned in a past commit, it's here
This commit is contained in:
@@ -137,6 +137,9 @@ private:
|
|||||||
// Called by UI methods.
|
// Called by UI methods.
|
||||||
void onSendMsg();
|
void onSendMsg();
|
||||||
|
|
||||||
|
// Called by handleKeyHere
|
||||||
|
void closeIfNotPinned();
|
||||||
|
|
||||||
// for adding agents via the UI. Return TRUE if possible, do it if
|
// for adding agents via the UI. Return TRUE if possible, do it if
|
||||||
BOOL dropCallingCard(LLInventoryItem* item, BOOL drop);
|
BOOL dropCallingCard(LLInventoryItem* item, BOOL drop);
|
||||||
BOOL dropCategory(LLInventoryCategory* category, BOOL drop);
|
BOOL dropCategory(LLInventoryCategory* category, BOOL drop);
|
||||||
|
|||||||
Reference in New Issue
Block a user