aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterdirectory.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llfloaterdirectory.h
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz
Second Life viewer sources 1.18.6.0-RC
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;