diff options
author | Aleric Inglewood | 2010-11-03 17:58:09 +0100 |
---|---|---|
committer | Aleric Inglewood | 2010-11-03 17:58:09 +0100 |
commit | 30cf280a26413ea950cd11f5dc7530633a7e2957 (patch) | |
tree | 1621a8b51ddff902141bd7ddc77df6a4d5da2bfb /linden/indra/newview/llviewerparcelmgr.cpp | |
parent | Rename hippo* files to lower case (PART 1 OF 2) (diff) | |
download | meta-impy-30cf280a26413ea950cd11f5dc7530633a7e2957.zip meta-impy-30cf280a26413ea950cd11f5dc7530633a7e2957.tar.gz meta-impy-30cf280a26413ea950cd11f5dc7530633a7e2957.tar.bz2 meta-impy-30cf280a26413ea950cd11f5dc7530633a7e2957.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 '')
-rw-r--r-- | linden/indra/newview/llviewerparcelmgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerparcelmgr.cpp b/linden/indra/newview/llviewerparcelmgr.cpp index 5326049..b589f2e 100644 --- a/linden/indra/newview/llviewerparcelmgr.cpp +++ b/linden/indra/newview/llviewerparcelmgr.cpp | |||
@@ -70,7 +70,7 @@ | |||
70 | #include "roles_constants.h" | 70 | #include "roles_constants.h" |
71 | #include "llweb.h" | 71 | #include "llweb.h" |
72 | 72 | ||
73 | #include "hippoGridManager.h" | 73 | #include "hippogridmanager.h" |
74 | 74 | ||
75 | const F32 PARCEL_COLLISION_DRAW_SECS = 1.f; | 75 | const F32 PARCEL_COLLISION_DRAW_SECS = 1.f; |
76 | 76 | ||