diff options
author | McCabe Maxsted | 2010-06-11 17:31:09 -0700 |
---|---|---|
committer | Jacek Antonelli | 2010-06-19 02:43:38 -0500 |
commit | d3a79b4224432392b81229cde6d75324334d5e21 (patch) | |
tree | ca45208eeb28aa66039ec0fbc2233545206a2b9d /linden/indra/llimage/llimage.h | |
parent | Fixed mini-map radar showing when minimized in mouselook (diff) | |
download | meta-impy-d3a79b4224432392b81229cde6d75324334d5e21.zip meta-impy-d3a79b4224432392b81229cde6d75324334d5e21.tar.gz meta-impy-d3a79b4224432392b81229cde6d75324334d5e21.tar.bz2 meta-impy-d3a79b4224432392b81229cde6d75324334d5e21.tar.xz |
Tidied up a little const correctness in llimage
Diffstat (limited to 'linden/indra/llimage/llimage.h')
-rw-r--r-- | linden/indra/llimage/llimage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llimage/llimage.h b/linden/indra/llimage/llimage.h index d01ae72..2bc62fb 100644 --- a/linden/indra/llimage/llimage.h +++ b/linden/indra/llimage/llimage.h | |||
@@ -82,7 +82,7 @@ typedef enum e_image_codec | |||
82 | class LLImage | 82 | class LLImage |
83 | { | 83 | { |
84 | public: | 84 | public: |
85 | static void initClass(const bool useDSO); | 85 | static void initClass(const bool& useDSO); |
86 | static void cleanupClass(); | 86 | static void cleanupClass(); |
87 | 87 | ||
88 | static const std::string& getLastError(); | 88 | static const std::string& getLastError(); |