From 00212e98d6b568cb505a99a06fadc54595f242ac Mon Sep 17 00:00:00 2001 From: Mike Antipov Date: Tue, 8 Dec 2009 17:38:07 +0200 Subject: Fixed Linux Build --HG-- branch : product-engine --- indra/newview/llchiclet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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) -- cgit v1.2.3