diff options
Diffstat (limited to 'heimdall/source/SetupSessionResponse.h')
-rw-r--r-- | heimdall/source/SetupSessionResponse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall/source/SetupSessionResponse.h b/heimdall/source/SetupSessionResponse.h index a107f29..2f854b1 100644 --- a/heimdall/source/SetupSessionResponse.h +++ b/heimdall/source/SetupSessionResponse.h @@ -38,7 +38,7 @@ namespace Heimdall { } - int GetUnknown(void) const + unsigned int GetUnknown(void) const { return (unknown); } |