edits
[iotcloud.git] / version2 / src / C / Transaction.cc
index 0cee8395a43a8b2fe67c7b2cc0a7c3d18dd52cf8..2da475908be3c61a7af6f0be18e76a296e0ab113 100644 (file)
@@ -225,7 +225,7 @@ class Transaction {
                        dataSize += tp.getDataSize();
                }
 
-               char[] combinedData = new char[dataSize];
+               Array<char> *combinedData = new char[dataSize];
                int currentPosition = 0;
 
                // Stitch all the data sections together