ports/cad/vipec/files/patch-include::DataVector.h
Kirill Ponomarev f62713e133 Fix build with gcc-3.4
PR:		ports/70784
Submitted by:	Ports Fury
2004-08-22 01:06:12 +00:00

10 lines
249 B
C

--- ../include/DataVector.h.orig Tue Feb 13 06:23:19 2001
+++ ../include/DataVector.h Fri Aug 20 21:56:44 2004
@@ -43,7 +43,6 @@
uint getSize();
void addPoint(TComplex value);
-private:
DataVector(const DataVector& vector);