diff options
Diffstat (limited to 'heimdall/source/Packet.h')
-rw-r--r-- | heimdall/source/Packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall/source/Packet.h b/heimdall/source/Packet.h index 41ce081..9f47e33 100644 --- a/heimdall/source/Packet.h +++ b/heimdall/source/Packet.h @@ -50,7 +50,7 @@ namespace Heimdall delete [] data;
}
- int GetSize(void) const
+ unsigned int GetSize(void) const
{
return (size);
}
|