Added contextual 'unmark' selection to minimap rightclick menu
This commit is contained in:
@@ -210,7 +210,16 @@ private:
|
||||
public:
|
||||
/*virtual*/ bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata);
|
||||
};
|
||||
|
||||
class mmsetunmark : public LLMemberListener<LLNetMap> //moymod
|
||||
{
|
||||
public:
|
||||
/*virtual*/ bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata);
|
||||
};
|
||||
class mmenableunmark : public LLMemberListener<LLNetMap> //moymod
|
||||
{
|
||||
public:
|
||||
/*virtual*/ bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata);
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user