aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmath/llcrc.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llmath/llcrc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmath/llcrc.h b/linden/indra/llmath/llcrc.h
index 06ddac2..9f71fcc 100644
--- a/linden/indra/llmath/llcrc.h
+++ b/linden/indra/llmath/llcrc.h
@@ -56,7 +56,7 @@ public:
56 56
57 U32 getCRC() const; 57 U32 getCRC() const;
58 void update(U8 next_byte); 58 void update(U8 next_byte);
59 void update(const U8* buffer, U32 buffer_size); 59 void update(const U8* buffer, size_t buffer_size);
60 void update(const char *filename); 60 void update(const char *filename);
61 61
62#ifdef _DEBUG 62#ifdef _DEBUG