mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
10 lines
249 B
C
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);
|
|
|
|
|