diff options
| author | Mike Antipov <mantipov@productengine.com> | 2009-12-08 17:38:07 +0200 | 
|---|---|---|
| committer | Mike Antipov <mantipov@productengine.com> | 2009-12-08 17:38:07 +0200 | 
| commit | 00212e98d6b568cb505a99a06fadc54595f242ac (patch) | |
| tree | 6058cc1c6ae16551db1e64dbc4ae1e30a650137c | |
| parent | 8b6b55e07998e33b624f5f4c6a148017ae87774f (diff) | |
Fixed Linux Build
--HG--
branch : product-engine
| -rw-r--r-- | indra/newview/llchiclet.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp index d7c9575a7b..b11d8d45c8 100644 --- a/indra/newview/llchiclet.cpp +++ b/indra/newview/llchiclet.cpp @@ -87,7 +87,7 @@ class LLSysWellChiclet::FlashToLitTimer : public LLEventTimer  {  public:  	typedef boost::function<void()> callback_t; -	LLSysWellChiclet::FlashToLitTimer(S32 count, F32 period, callback_t cb) +	FlashToLitTimer(S32 count, F32 period, callback_t cb)  		: LLEventTimer(period)  		, mCallback(cb)  		, mFlashCount(2 * count)  | 
