diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-11 12:24:19 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-11 12:24:19 +0200 |
commit | e699dcb0c9ea378682d0d0cfbbb933f9e5c94332 (patch) | |
tree | 3d0a850ca7e56de8321080c29efb3b0480e782c6 /indra/newview/llgroupmgr.h | |
parent | 791465bab968a738568ddf0abaa5fa6766eb020d (diff) |
fix for normall bug EXT-3245 Icon of group in list in "Group" tab is refreshed only after restarting Viewer
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llgroupmgr.h')
-rw-r--r-- | indra/newview/llgroupmgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llgroupmgr.h b/indra/newview/llgroupmgr.h index a0604be57e..487fdd4c5b 100644 --- a/indra/newview/llgroupmgr.h +++ b/indra/newview/llgroupmgr.h @@ -45,6 +45,7 @@ class LLGroupMgrObserver { public: LLGroupMgrObserver(const LLUUID& id) : mID(id){}; + LLGroupMgrObserver() : mID(LLUUID::null){}; virtual ~LLGroupMgrObserver(){}; virtual void changed(LLGroupChange gc) = 0; const LLUUID& getID() { return mID; } |