diff options
| author | Eugene Mutavchi <emutavchi@productengine.com> | 2010-03-31 18:16:24 +0300 | 
|---|---|---|
| committer | Eugene Mutavchi <emutavchi@productengine.com> | 2010-03-31 18:16:24 +0300 | 
| commit | eff5d1fbff9ed00762264f364c860a9f1c75902e (patch) | |
| tree | ffb7e6522182d9a402aab9902bac3d8252356f3d | |
| parent | e7bb78d76e3f60c978e8709741600346b0585d45 (diff) | |
No ticket, fixed Linux build.
--HG--
branch : product-engine
| -rw-r--r-- | indra/newview/llgroupactions.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llgroupactions.h b/indra/newview/llgroupactions.h index 7e00f2dbe3..55cae4db0b 100644 --- a/indra/newview/llgroupactions.h +++ b/indra/newview/llgroupactions.h @@ -68,7 +68,7 @@ public:  	/**  	 * Show group inspector floater.  	 */ -	static void LLGroupActions::inspect(const LLUUID& group_id); +	static void inspect(const LLUUID& group_id);  	/**  	 * Refresh group information panel. | 
