diff options
Diffstat (limited to 'indra/newview/llgroupmgr.h')
-rwxr-xr-x | indra/newview/llgroupmgr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llgroupmgr.h b/indra/newview/llgroupmgr.h index ba767b91ad..3cbeda18dc 100755 --- a/indra/newview/llgroupmgr.h +++ b/indra/newview/llgroupmgr.h @@ -198,7 +198,8 @@ struct LLGroupBanData LLGroupBanData(): mBanDate() {} ~LLGroupBanData() {} - LLDate mBanDate; // Just store something here to ensure it works. + LLDate mBanDate; + // TODO: std:string ban_reason; }; |