diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llfloaterdirectory.h | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-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.h | 4 |
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 | ||
37 | class LLDirectoryCore; | 38 | class LLDirectoryCore; |
38 | class LLPanelDirBrowser; | 39 | class 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 | |||
131 | private: | 135 | private: |
132 | bool mMinimizing; // HACK: see reshape() for details | 136 | bool mMinimizing; // HACK: see reshape() for details |
133 | static LLFloaterDirectory *sInstance; | 137 | static LLFloaterDirectory *sInstance; |