summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexteditor.cpp
diff options
context:
space:
mode:
authorrichard <none@none>2010-02-01 13:50:35 -0800
committerrichard <none@none>2010-02-01 13:50:35 -0800
commit08adb4cfed36b6eda2446c3454637f3ac0a644e6 (patch)
tree50146ea6540c1c7462416b6dbe3343939c6250c0 /indra/newview/llviewertexteditor.cpp
parentacc33dfe75f3667f6478bac00c2a634e2605f851 (diff)
parent8dbb2c6fd12bf86492ed1cf08e89fa064a23057b (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;