diff options
Diffstat (limited to 'linden/indra/newview/llnameeditor.h')
-rw-r--r-- | linden/indra/newview/llnameeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llnameeditor.h b/linden/indra/newview/llnameeditor.h index 02e67aa..1f31f64 100644 --- a/linden/indra/newview/llnameeditor.h +++ b/linden/indra/newview/llnameeditor.h | |||
@@ -78,7 +78,7 @@ public: | |||
78 | virtual LLString getWidgetTag() const { return LL_NAME_EDITOR_TAG; } | 78 | virtual LLString getWidgetTag() const { return LL_NAME_EDITOR_TAG; } |
79 | 79 | ||
80 | // Take/return agent UUIDs | 80 | // Take/return agent UUIDs |
81 | virtual void setValue( LLSD value ); | 81 | virtual void setValue( const LLSD& value ); |
82 | virtual LLSD getValue() const; | 82 | virtual LLSD getValue() const; |
83 | 83 | ||
84 | private: | 84 | private: |