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/llfolderview.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/llfolderview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfolderview.cpp b/linden/indra/newview/llfolderview.cpp index c6a2710..eb9addc 100644 --- a/linden/indra/newview/llfolderview.cpp +++ b/linden/indra/newview/llfolderview.cpp | |||
@@ -66,7 +66,7 @@ | |||
66 | // We need these because some of the code below relies on things like | 66 | // We need these because some of the code below relies on things like |
67 | // gAgent root folder. Remove them once the abstraction leak is fixed. | 67 | // gAgent root folder. Remove them once the abstraction leak is fixed. |
68 | #include "llagent.h" | 68 | #include "llagent.h" |
69 | #include "viewer.h" | 69 | #include "llappviewer.h" |
70 | 70 | ||
71 | ///---------------------------------------------------------------------------- | 71 | ///---------------------------------------------------------------------------- |
72 | /// Local function declarations, constants, enums, and typedefs | 72 | /// Local function declarations, constants, enums, and typedefs |