From d3a79b4224432392b81229cde6d75324334d5e21 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Fri, 11 Jun 2010 17:31:09 -0700 Subject: Tidied up a little const correctness in llimage --- linden/indra/llimage/llimage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden/indra/llimage/llimage.h') 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 class LLImage { public: - static void initClass(const bool useDSO); + static void initClass(const bool& useDSO); static void cleanupClass(); static const std::string& getLastError(); -- cgit v1.1