aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/floaterlocalassetbrowse.cpp
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/newview/floaterlocalassetbrowse.cpp
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/newview/floaterlocalassetbrowse.cpp')
-rw-r--r--linden/indra/newview/floaterlocalassetbrowse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/floaterlocalassetbrowse.cpp b/linden/indra/newview/floaterlocalassetbrowse.cpp
index 991d2fd..8ea13cc 100644
--- a/linden/indra/newview/floaterlocalassetbrowse.cpp
+++ b/linden/indra/newview/floaterlocalassetbrowse.cpp
@@ -53,7 +53,7 @@ this feature is still a work in progress.
53/* misc headers */ 53/* misc headers */
54#include <time.h> 54#include <time.h>
55#include <ctime> 55#include <ctime>
56#include "hippoGridManager.h" 56#include "hippogridmanager.h"
57#include "llviewerimagelist.h" 57#include "llviewerimagelist.h"
58#include "llviewerobjectlist.h" 58#include "llviewerobjectlist.h"
59#include "llfilepicker.h" 59#include "llfilepicker.h"