Explorar el Código

Merge pull request #12440 from xwang2713/HPCC-21905-memcpy-error

HPCC-21905 fix memcpy error

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman hace 6 años
padre
commit
7aed878c78
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      roxie/ccd/ccd.hpp

+ 1 - 1
roxie/ccd/ccd.hpp

@@ -141,7 +141,7 @@ public:
 class RoxiePacketHeader
 {
 private:
-    RoxiePacketHeader(const RoxiePacketHeader &source);
+    RoxiePacketHeader(const RoxiePacketHeader &source) =  delete;
 
 public:
     unsigned packetlength;