Added contextual 'unmark' selection to minimap rightclick menu

This commit is contained in:
Shyotl
2011-06-25 04:53:01 -05:00
parent 378053bd48
commit d476daba71
3 changed files with 41 additions and 20 deletions

View File

@@ -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);
};