diff options
Diffstat (limited to 'linden/indra/newview/llinventoryview.h')
-rw-r--r-- | linden/indra/newview/llinventoryview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llinventoryview.h b/linden/indra/newview/llinventoryview.h index 2650ed8..e098ac7 100644 --- a/linden/indra/newview/llinventoryview.h +++ b/linden/indra/newview/llinventoryview.h | |||
@@ -307,9 +307,10 @@ protected: | |||
307 | LLSaveFolderState* mSavedFolderState; | 307 | LLSaveFolderState* mSavedFolderState; |
308 | 308 | ||
309 | std::string mFilterText; | 309 | std::string mFilterText; |
310 | std::string mOldFilterText; | ||
310 | 311 | ||
311 | S32 mItemCount; | 312 | S32 mItemCount; |
312 | 313 | S32 mOldItemCount; | |
313 | 314 | ||
314 | // This container is used to hold all active inventory views. This | 315 | // This container is used to hold all active inventory views. This |
315 | // is here to support the inventory toggle show button. | 316 | // is here to support the inventory toggle show button. |