aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llinventory
diff options
context:
space:
mode:
authorAleric Inglewood2010-11-03 17:58:09 +0100
committerMcCabe Maxsted2010-11-05 14:07:57 -0700
commitb0446b980cc30d01644ef16f3775372109b612e3 (patch)
treec84525ccab5be2c616afcc0c07ebacd017e2476a /linden/indra/llinventory
parentRename hippo* files to lower case (PART 1 OF 2) (diff)
downloadmeta-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.cpp2
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
42const U8 TRANSACTION_FLAGS_NONE = 0; 42const U8 TRANSACTION_FLAGS_NONE = 0;
43const U8 TRANSACTION_FLAG_SOURCE_GROUP = 1; 43const U8 TRANSACTION_FLAG_SOURCE_GROUP = 1;