summaryrefslogtreecommitdiff
path: root/indra/llimage/llimagejpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llimage/llimagejpeg.h')
-rw-r--r--indra/llimage/llimagejpeg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llimage/llimagejpeg.h b/indra/llimage/llimagejpeg.h
index 36d3454d4b..85e69d9b8f 100644
--- a/indra/llimage/llimagejpeg.h
+++ b/indra/llimage/llimagejpeg.h
@@ -84,8 +84,8 @@ protected:
S32 mOutputBufferSize; // bytes in mOuputBuffer
S32 mEncodeQuality; // on a scale from 1 to 100
-
- jmp_buf mSetjmpBuffer; // To allow the library to abort.
+private:
+ static jmp_buf sSetjmpBuffer; // To allow the library to abort.
};
#endif // LL_LLIMAGEJPEG_H