diff options
Diffstat (limited to 'gob/pack.cpp')
| -rw-r--r-- | gob/pack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gob/pack.cpp b/gob/pack.cpp index 92563b204b..e2091fa2b3 100644 --- a/gob/pack.cpp +++ b/gob/pack.cpp @@ -24,7 +24,7 @@ namespace Gob { -int32 unpackData(char *sourceBuf, char *destBuf) { +int32 Pack::unpackData(char *sourceBuf, char *destBuf) { uint32 realSize; uint32 counter; uint16 cmd; |
