summaryrefslogtreecommitdiff
path: root/indra/llimage/llimagetga.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llimage/llimagetga.h')
-rw-r--r--indra/llimage/llimagetga.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llimage/llimagetga.h b/indra/llimage/llimagetga.h
index 3bfe4e6e21..d1178ffb73 100644
--- a/indra/llimage/llimagetga.h
+++ b/indra/llimage/llimagetga.h
@@ -43,7 +43,7 @@ protected:
public:
LLImageTGA();
- LLImageTGA(const LLString& file_name);
+ LLImageTGA(const std::string& file_name);
/*virtual*/ BOOL updateData();
/*virtual*/ BOOL decode(LLImageRaw* raw_image, F32 decode_time=0.0);
@@ -70,7 +70,7 @@ private:
void decodeColorMapPixel24(U8* dst, const U8* src);
void decodeColorMapPixel32(U8* dst, const U8* src);
- bool loadFile(const LLString& file_name);
+ bool loadFile(const std::string& file_name);
private:
// Class specific data