aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatersellland.cpp
diff options
context:
space:
mode:
authorAleric Inglewood2010-11-03 17:58:09 +0100
committerAleric Inglewood2010-11-03 17:58:09 +0100
commit30cf280a26413ea950cd11f5dc7530633a7e2957 (patch)
tree1621a8b51ddff902141bd7ddc77df6a4d5da2bfb /linden/indra/newview/llfloatersellland.cpp
parentRename hippo* files to lower case (PART 1 OF 2) (diff)
downloadmeta-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/llfloatersellland.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatersellland.cpp b/linden/indra/newview/llfloatersellland.cpp
index bf4a4c3..9b25708 100644
--- a/linden/indra/newview/llfloatersellland.cpp
+++ b/linden/indra/newview/llfloatersellland.cpp
@@ -46,7 +46,7 @@
46#include "lluictrlfactory.h" 46#include "lluictrlfactory.h"
47#include "llviewerwindow.h" 47#include "llviewerwindow.h"
48 48
49#include "hippoGridManager.h" 49#include "hippogridmanager.h"
50 50
51// defined in llfloaterland.cpp 51// defined in llfloaterland.cpp
52void send_parcel_select_objects(S32 parcel_local_id, S32 return_type, 52void send_parcel_select_objects(S32 parcel_local_id, S32 return_type,