diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-08-12 20:35:27 +0300 |
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-08-12 20:35:27 +0300 |
| commit | b6a3901c2fd9a2866625f63b4b09a50d727cca34 (patch) | |
| tree | 5aa88188c4bcfd085e82fdefc5b351e175d2748b /indra/llimage | |
| parent | d6030c7376b930d0bfc40c29ec9888e3db851c06 (diff) | |
| parent | 98be6e141c1232bad28cc115bc7092f175b18809 (diff) | |
Merge from nat_linden/drtvwr-493
Diffstat (limited to 'indra/llimage')
| -rw-r--r-- | indra/llimage/llimage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llimage/llimage.h b/indra/llimage/llimage.h index e5526ba9c0..9f8d061293 100644 --- a/indra/llimage/llimage.h +++ b/indra/llimage/llimage.h @@ -91,7 +91,7 @@ typedef enum e_image_codec class LLImage : public LLParamSingleton<LLImage> { - LLPARAMSINGLETON(LLImage, bool use_new_byte_range = false, S32 minimal_reverse_byte_range_percent = 75); + LLSINGLETON(LLImage, bool use_new_byte_range = false, S32 minimal_reverse_byte_range_percent = 75); ~LLImage(); public: |
