diff options
author | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
commit | 31ba05810c641f14e8ab5da8ad2aaf527779f6c1 (patch) | |
tree | c4b8d635dfb657fa4cfee7c285f8cadbf24afa90 /linden/indra/newview/lltexturectrl.h | |
parent | Second Life viewer sources 1.19.1.1 (diff) | |
download | meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.zip meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.gz meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.bz2 meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.xz |
Second Life viewer sources 1.19.1.2
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/lltexturectrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lltexturectrl.h b/linden/indra/newview/lltexturectrl.h index 91dee4f..ec45159 100644 --- a/linden/indra/newview/lltexturectrl.h +++ b/linden/indra/newview/lltexturectrl.h | |||
@@ -100,7 +100,7 @@ public: | |||
100 | virtual void clear(); | 100 | virtual void clear(); |
101 | 101 | ||
102 | // Takes a UUID, wraps get/setImageAssetID | 102 | // Takes a UUID, wraps get/setImageAssetID |
103 | virtual void setValue( LLSD value ); | 103 | virtual void setValue(const LLSD& value ); |
104 | virtual LLSD getValue() const; | 104 | virtual LLSD getValue() const; |
105 | 105 | ||
106 | // LLTextureCtrl interface | 106 | // LLTextureCtrl interface |