diff options
author | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
commit | 117e22047c5752352342d64e3fb7ce00a4eb8113 (patch) | |
tree | e32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/llmath/llcrc.h | |
parent | Second Life viewer sources 1.18.0.6 (diff) | |
download | meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.zip meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.gz meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.bz2 meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.xz |
Second Life viewer sources 1.18.1.2
Diffstat (limited to 'linden/indra/llmath/llcrc.h')
-rw-r--r-- | linden/indra/llmath/llcrc.h | 2 |
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 |