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/wlfloaterwindlightsend.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/wlfloaterwindlightsend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/wlfloaterwindlightsend.cpp b/linden/indra/newview/wlfloaterwindlightsend.cpp index 5244bcd..e6148ed 100644 --- a/linden/indra/newview/wlfloaterwindlightsend.cpp +++ b/linden/indra/newview/wlfloaterwindlightsend.cpp | |||
@@ -64,7 +64,7 @@ | |||
64 | #include "llwlparammanager.h" | 64 | #include "llwlparammanager.h" |
65 | #include "llwaterparammanager.h" | 65 | #include "llwaterparammanager.h" |
66 | #include "llpostprocess.h" | 66 | #include "llpostprocess.h" |
67 | #include "hippoLimits.h" | 67 | #include "hippolimits.h" |
68 | #include "wlfloaterwindlightsend.h" | 68 | #include "wlfloaterwindlightsend.h" |
69 | #include "llviewerregion.h" | 69 | #include "llviewerregion.h" |
70 | 70 | ||