Correct array size

This commit is contained in:
Alex Harker
2019-11-24 17:29:10 +00:00
parent e5b1b9fcc4
commit 18f5a7d1b9
+2 -2
View File
@@ -98,7 +98,7 @@ public:
const static int sCharArraySize = 8192;
const static int sReportArraySize = 1024;
public:
/**
@@ -234,7 +234,7 @@ public:
// Data
ErrorReport mReports[sCharArraySize];
ErrorReport mReports[sReportArraySize];
char mItems[sCharArraySize];
size_t mReportsSize;
size_t mItemsSize;