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/llinventory | |
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/llinventory')
-rw-r--r-- | linden/indra/llinventory/lltransactionflags.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llinventory/lltransactionflags.cpp b/linden/indra/llinventory/lltransactionflags.cpp index aaea161..fda8cad 100644 --- a/linden/indra/llinventory/lltransactionflags.cpp +++ b/linden/indra/llinventory/lltransactionflags.cpp | |||
@@ -37,7 +37,7 @@ | |||
37 | #include "lltransactionflags.h" | 37 | #include "lltransactionflags.h" |
38 | #include "lltransactiontypes.h" | 38 | #include "lltransactiontypes.h" |
39 | 39 | ||
40 | #include "../newview/hippoGridManager.h" | 40 | #include "../newview/hippogridmanager.h" |
41 | 41 | ||
42 | const U8 TRANSACTION_FLAGS_NONE = 0; | 42 | const U8 TRANSACTION_FLAGS_NONE = 0; |
43 | const U8 TRANSACTION_FLAG_SOURCE_GROUP = 1; | 43 | const U8 TRANSACTION_FLAG_SOURCE_GROUP = 1; |