summaryrefslogtreecommitdiff
path: root/lib/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common.h')
-rw-r--r--lib/common.h2
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: