diff options
| author | Leslie Linden <leslie@lindenlab.com> | 2011-10-12 17:45:21 -0700 |
|---|---|---|
| committer | Leslie Linden <leslie@lindenlab.com> | 2011-10-12 17:45:21 -0700 |
| commit | 20358ea89dc9823ac0b539030fdf03268dbdf4e9 (patch) | |
| tree | fb63d12625c051c19e1766a9f6f4bdc7f7a8ead5 /indra/llui/lltoolbar.cpp | |
| parent | 309ebb84a8cf93e03e2594525aa128b3002040bf (diff) | |
* Added mModified flag and isModified() query to check it.
(currently it is not connect to actual data)
Diffstat (limited to 'indra/llui/lltoolbar.cpp')
| -rw-r--r-- | indra/llui/lltoolbar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltoolbar.cpp b/indra/llui/lltoolbar.cpp index a1ea4ba18b..1320f03a25 100644 --- a/indra/llui/lltoolbar.cpp +++ b/indra/llui/lltoolbar.cpp @@ -99,6 +99,7 @@ LLToolBar::LLToolBar(const LLToolBar::Params& p) mSideType(p.side), mWrap(p.wrap), mNeedsLayout(false), + mModified(false), mButtonPanel(NULL), mCenteringStack(NULL), mPadLeft(p.pad_left), |
