diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2013-07-22 22:24:32 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2013-07-22 22:24:32 -0400 |
commit | 39bd14f3ca26c04072dcee68c5757232412f4014 (patch) | |
tree | 9d1081d315c4d80c3e94e3e4af9300f7a422800a /indra/llvfs/lldir.h | |
parent | 6060e5e46acbeb20a301070a0fd0efea029d33d0 (diff) | |
parent | e121f3f409873989ec66193eb97b868ce8ad7f29 (diff) |
Automated merge with http://hg.secondlife.com/viewer-release
Diffstat (limited to 'indra/llvfs/lldir.h')
-rwxr-xr-x | indra/llvfs/lldir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir.h b/indra/llvfs/lldir.h index cc10ed5bbd..e02bf552aa 100755 --- a/indra/llvfs/lldir.h +++ b/indra/llvfs/lldir.h @@ -32,7 +32,7 @@ #define MAX_PATH MAXPATHLEN #endif -// these numbers *may* get serialized (really??), so we need to be explicit +// these numbers are read from settings_files.xml, so we need to be explicit typedef enum ELLPath { LL_PATH_NONE = 0, |