diff options
Diffstat (limited to 'linden/indra/newview/llfloatermap.h')
-rw-r--r-- | linden/indra/newview/llfloatermap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloatermap.h b/linden/indra/newview/llfloatermap.h index 81e4159..349b0e6 100644 --- a/linden/indra/newview/llfloatermap.h +++ b/linden/indra/newview/llfloatermap.h | |||
@@ -49,6 +49,8 @@ public: | |||
49 | 49 | ||
50 | static void updateRadar(); | 50 | static void updateRadar(); |
51 | static LLUUID getSelected(); | 51 | static LLUUID getSelected(); |
52 | // returns true if agent_id belongs to a developer listed in llfloatermap.cpp | ||
53 | static bool isImpDev(LLUUID agent_id); | ||
52 | 54 | ||
53 | BOOL postBuild(); | 55 | BOOL postBuild(); |
54 | 56 | ||