diff options
Diffstat (limited to 'lib/common.h')
-rw-r--r-- | lib/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.h b/lib/common.h index df1c236..b488783 100644 --- a/lib/common.h +++ b/lib/common.h @@ -133,7 +133,7 @@ int gunzip(MemoryStruct* zippedData, MemoryStruct* unzippedData); // MemoryStruct //*************************************************************************** -struct MemoryStruct +class MemoryStruct { public: |