diff options
author | Aleric Inglewood | 2010-11-03 17:53:55 +0100 |
---|---|---|
committer | Aleric Inglewood | 2010-11-03 17:53:55 +0100 |
commit | 3f7f854bd1d75a3d22df931ff4e30fbb8b642a50 (patch) | |
tree | f6e5c9a547fc0a937dca5aa1d94de2c919d4aff3 /linden/indra/newview/hippoUpdate.h | |
parent | Merged webkit_plugins into weekly. Huzzah! The weekly branch now has browser/... (diff) | |
download | meta-impy-3f7f854bd1d75a3d22df931ff4e30fbb8b642a50.zip meta-impy-3f7f854bd1d75a3d22df931ff4e30fbb8b642a50.tar.gz meta-impy-3f7f854bd1d75a3d22df931ff4e30fbb8b642a50.tar.bz2 meta-impy-3f7f854bd1d75a3d22df931ff4e30fbb8b642a50.tar.xz |
Rename hippo* files to lower case (PART 1 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.
Moreover, hippolimits.h is about the class HippoLimits, with
uppercase H, so even that doesn't match.
Of course, then we immediately rename all hippo* files to
lowercase.
This patch ONLY renames the file, with no other changes.
This is done in order to make sure that git won't get confused ;).
All other necessary changes will be in the next commit.
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/hippoupdate.h (renamed from linden/indra/newview/hippoUpdate.h) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/linden/indra/newview/hippoUpdate.h b/linden/indra/newview/hippoupdate.h index 559c8b3..559c8b3 100644 --- a/linden/indra/newview/hippoUpdate.h +++ b/linden/indra/newview/hippoupdate.h | |||