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.cpp | |
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.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterdirectory.cpp b/linden/indra/newview/llfloaterdirectory.cpp index 1693532..f453794 100644 --- a/linden/indra/newview/llfloaterdirectory.cpp +++ b/linden/indra/newview/llfloaterdirectory.cpp | |||
@@ -65,6 +65,10 @@ | |||
65 | #include "llvieweruictrlfactory.h" | 65 | #include "llvieweruictrlfactory.h" |
66 | 66 | ||
67 | LLFloaterDirectory* LLFloaterDirectory::sInstance = NULL; | 67 | LLFloaterDirectory* LLFloaterDirectory::sInstance = NULL; |
68 | //static | ||
69 | S32 LLFloaterDirectory::sOldSearchCount = 0; // debug | ||
70 | S32 LLFloaterDirectory::sNewSearchCount = 0; // debug | ||
71 | |||
68 | 72 | ||
69 | LLFloaterDirectory::LLFloaterDirectory(const std::string& name) | 73 | LLFloaterDirectory::LLFloaterDirectory(const std::string& name) |
70 | : LLFloater(name, "FloaterFindRect2", ""), | 74 | : LLFloater(name, "FloaterFindRect2", ""), |