summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpoolbump.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lldrawpoolbump.h')
-rw-r--r--indra/newview/lldrawpoolbump.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lldrawpoolbump.h b/indra/newview/lldrawpoolbump.h
index ae722b2fd3..d0c9b258f3 100644
--- a/indra/newview/lldrawpoolbump.h
+++ b/indra/newview/lldrawpoolbump.h
@@ -96,9 +96,9 @@ class LLStandardBumpmap
{
public:
LLStandardBumpmap() : mLabel() {}
- LLStandardBumpmap( const char* label ) : mLabel(label) {}
+ LLStandardBumpmap( const std::string& label ) : mLabel(label) {}
- LLString mLabel;
+ std::string mLabel;
LLPointer<LLViewerImage> mImage;
static U32 sStandardBumpmapCount; // Number of valid values in gStandardBumpmapList[]