diff options
author | Aleric Inglewood | 2010-11-03 17:58:09 +0100 |
---|---|---|
committer | McCabe Maxsted | 2010-11-05 14:07:57 -0700 |
commit | b0446b980cc30d01644ef16f3775372109b612e3 (patch) | |
tree | c84525ccab5be2c616afcc0c07ebacd017e2476a /linden/indra/newview/lltooldraganddrop.cpp | |
parent | Rename hippo* files to lower case (PART 1 OF 2) (diff) | |
download | meta-impy-b0446b980cc30d01644ef16f3775372109b612e3.zip meta-impy-b0446b980cc30d01644ef16f3775372109b612e3.tar.gz meta-impy-b0446b980cc30d01644ef16f3775372109b612e3.tar.bz2 meta-impy-b0446b980cc30d01644ef16f3775372109b612e3.tar.xz |
Rename hippo* files to lower case (PART 2 OF 2)
There was a problem with #include "hippolimits.h" because
the file is called hippoLimits.h (with an uppercase L).
After some discussion on IRC it was reluctantly decided that
filenames should be lowercase, as is done for every Linden file.
This is part 2 or 2 (the first part just renamed the files).
This part changes all files to make the viewer compile again
after the renaming.
Diffstat (limited to 'linden/indra/newview/lltooldraganddrop.cpp')
-rw-r--r-- | linden/indra/newview/lltooldraganddrop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lltooldraganddrop.cpp b/linden/indra/newview/lltooldraganddrop.cpp index 4e133de..18c4917 100644 --- a/linden/indra/newview/lltooldraganddrop.cpp +++ b/linden/indra/newview/lltooldraganddrop.cpp | |||
@@ -75,7 +75,7 @@ | |||
75 | // [RLVa:KB] | 75 | // [RLVa:KB] |
76 | #include "rlvhandler.h" | 76 | #include "rlvhandler.h" |
77 | // [/RLVa:KB] | 77 | // [/RLVa:KB] |
78 | #include "hippoLimits.h" | 78 | #include "hippolimits.h" |
79 | 79 | ||
80 | // MAX ITEMS is based on (sizeof(uuid)+2) * count must be < MTUBYTES | 80 | // MAX ITEMS is based on (sizeof(uuid)+2) * count must be < MTUBYTES |
81 | // or 18 * count < 1200 => count < 1200/18 => 66. I've cut it down a | 81 | // or 18 * count < 1200 => count < 1200/18 => 66. I've cut it down a |