diff options
Diffstat (limited to 'src/archive.h')
| -rw-r--r-- | src/archive.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/archive.h b/src/archive.h index bd85113..9d2aee2 100644 --- a/src/archive.h +++ b/src/archive.h | |||
| @@ -83,8 +83,8 @@ namespace Bu | |||
| 83 | virtual ~Archive(); | 83 | virtual ~Archive(); |
| 84 | virtual void close(); | 84 | virtual void close(); |
| 85 | 85 | ||
| 86 | virtual void write(const void *, int32_t); | 86 | virtual void write( const void *pData, size_t iSize ); |
| 87 | virtual void read(void *, int32_t); | 87 | virtual void read( void *pData, size_t iSize ); |
| 88 | 88 | ||
| 89 | /** | 89 | /** |
| 90 | * For storage, get an ID for the pointer to the object you're going to | 90 | * For storage, get an ID for the pointer to the object you're going to |
