aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterdirectory.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterdirectory.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterdirectory.h b/linden/indra/newview/llfloaterdirectory.h
index 4b0d81e..b7193b3 100644
--- a/linden/indra/newview/llfloaterdirectory.h
+++ b/linden/indra/newview/llfloaterdirectory.h
@@ -33,6 +33,7 @@
33#define LL_LLFLOATERDIRECTORY_H 33#define LL_LLFLOATERDIRECTORY_H
34 34
35#include "llfloater.h" 35#include "llfloater.h"
36#include "lltabcontainer.h"
36 37
37class LLDirectoryCore; 38class LLDirectoryCore;
38class LLPanelDirBrowser; 39class LLPanelDirBrowser;
@@ -128,6 +129,9 @@ public:
128 LLPanelPlace* mPanelPlaceSmallp; 129 LLPanelPlace* mPanelPlaceSmallp;
129 LLPanelClassified* mPanelClassifiedp; 130 LLPanelClassified* mPanelClassifiedp;
130 131
132 static S32 sOldSearchCount; // debug
133 static S32 sNewSearchCount; // debug
134
131private: 135private:
132 bool mMinimizing; // HACK: see reshape() for details 136 bool mMinimizing; // HACK: see reshape() for details
133 static LLFloaterDirectory *sInstance; 137 static LLFloaterDirectory *sInstance;