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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolbump.h b/indra/newview/lldrawpoolbump.h
index 45b554905f..15d84639fe 100644
--- a/indra/newview/lldrawpoolbump.h
+++ b/indra/newview/lldrawpoolbump.h
@@ -90,7 +90,7 @@ enum EBumpEffect
class LLStandardBumpmap
{
public:
- LLStandardBumpmap() : mLabel("") {}
+ LLStandardBumpmap() : mLabel() {}
LLStandardBumpmap( const char* label ) : mLabel(label) {}
LLString mLabel;