diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-18 16:33:58 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-18 16:33:58 +0200 |
commit | 0b835fe1605be7908f63730575018c2b412b951f (patch) | |
tree | f7cd790418b4800330b0cc878a8b6f332071b81c /indra/newview/llchiclet.h | |
parent | f3a92bfc17762c7f0ade6b93f27d7a499031e463 (diff) |
Fixed Linux build.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llchiclet.h')
-rw-r--r-- | indra/newview/llchiclet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchiclet.h b/indra/newview/llchiclet.h index 529586abb3..c60d06bc97 100644 --- a/indra/newview/llchiclet.h +++ b/indra/newview/llchiclet.h @@ -52,7 +52,7 @@ class LLChicletNotificationCounterCtrl : public LLTextBox { public: - static const S32 MAX_DISPLAYED_COUNT = 99; + static const S32 MAX_DISPLAYED_COUNT; struct Params : public LLInitParam::Block<Params, LLTextBox::Params> { |