From ddae988aa5d5f89840e88bb70757a6f4266c775e Mon Sep 17 00:00:00 2001 From: Salvatore La Bua Date: Mon, 30 Sep 2013 12:27:33 +0200 Subject: [PATCH] Minor change in class listing order in llnetmap.h --- indra/newview/llnetmap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/llnetmap.h b/indra/newview/llnetmap.h index cac65a418..143919987 100644 --- a/indra/newview/llnetmap.h +++ b/indra/newview/llnetmap.h @@ -165,13 +165,13 @@ private: /*virtual*/ bool handleEvent(LLPointer event, const LLSD& userdata); }; - class LLChatRings : public LLMemberListener + class LLShowObjects : public LLMemberListener { public: /*virtual*/ bool handleEvent(LLPointer event, const LLSD& userdata); }; - class LLShowObjects : public LLMemberListener + class LLChatRings : public LLMemberListener { public: /*virtual*/ bool handleEvent(LLPointer event, const LLSD& userdata);