From e1675f6bd1db1cedcdbdb81367b9cd53b788d095 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Wed, 1 Feb 2012 03:32:10 +0100 Subject: [PATCH] Remove erroneous comment. --- indra/llimage/llimage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llimage/llimage.h b/indra/llimage/llimage.h index 0bed6468d..5005fddab 100644 --- a/indra/llimage/llimage.h +++ b/indra/llimage/llimage.h @@ -330,7 +330,7 @@ public: virtual void setLastError(const std::string& message, const std::string& filename = std::string()); protected: - BOOL copyData(U8 *data, S32 size); // calls updateData() + BOOL copyData(U8 *data, S32 size); protected: S8 mCodec;