diff options
| author | Richard Linden <none@none> | 2012-04-13 23:07:48 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2012-04-13 23:07:48 -0700 |
| commit | 82c9b0fbbca6f61e57464a6126ae36a59b13d6ed (patch) | |
| tree | c4f75f39f2c1f8753af9cc8c94dfd172293561e3 /indra/llui/lluiimage.cpp | |
| parent | 65b25bd909251c91a384b8a05efe68d9415e0acf (diff) | |
fixed build
all param values now support named values uniformly
Diffstat (limited to 'indra/llui/lluiimage.cpp')
| -rw-r--r-- | indra/llui/lluiimage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/lluiimage.cpp b/indra/llui/lluiimage.cpp index 1d9ce29ba9..6ae42c8852 100644 --- a/indra/llui/lluiimage.cpp +++ b/indra/llui/lluiimage.cpp @@ -155,7 +155,7 @@ void LLUIImage::onImageLoaded() namespace LLInitParam { - void ParamValue<LLUIImage*, TypeValues<LLUIImage*> >::updateValueFromBlock() + void ParamValue<LLUIImage*>::updateValueFromBlock() { // The keyword "none" is specifically requesting a null image // do not default to current value. Used to overwrite template images. @@ -172,7 +172,7 @@ namespace LLInitParam } } - void ParamValue<LLUIImage*, TypeValues<LLUIImage*> >::updateBlockFromValue(bool make_block_authoritative) + void ParamValue<LLUIImage*>::updateBlockFromValue(bool make_block_authoritative) { if (getValue() == NULL) { |
