edits
[iotcloud.git] / version2 / src / C / Transaction.h
index 04fbb9a819c60be7a3790665206c40b38ae7bcde..31d47cd07bbc758a1e09e35a21c496b27b44ec71 100644 (file)
@@ -227,7 +227,7 @@ private:
                        dataSize += tp.getDataSize();
                }
 
-               char[] combinedData = new char[dataSize];
+               Array<char> *combinedData = new char[dataSize];
                int currentPosition = 0;
 
                // Stitch all the data sections together