summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexteditor.cpp
diff options
context:
space:
mode:
authorrichard <none@none>2010-02-01 12:39:59 -0800
committerrichard <none@none>2010-02-01 12:39:59 -0800
commit45e700cb3ef9c56aaf373a8b4acafb4fc07a5972 (patch)
tree394d990d038387952d0668da989dd4d7da072c86 /indra/newview/llviewertexteditor.cpp
parentc339017d2e156a68f1e300a7668f2a9f6e6141f7 (diff)
parentf99a7b23ae0cee0d3e96b0b89d82e5c35bb07433 (diff)
merge
Diffstat (limited to 'indra/newview/llviewertexteditor.cpp')
-rw-r--r--indra/newview/llviewertexteditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewertexteditor.cpp b/indra/newview/llviewertexteditor.cpp
index 2e92512b31..ea8af223c3 100644
--- a/indra/newview/llviewertexteditor.cpp
+++ b/indra/newview/llviewertexteditor.cpp
@@ -246,7 +246,7 @@ public:
return FALSE;
}
- /*virtual*/ const LLStyleSP getStyle() const { return mStyle; }
+ /*virtual*/ LLStyleConstSP getStyle() const { return mStyle; }
private:
LLUIImagePtr mImage;