freebsd-ports/cad/vipec/files/patch-include::Schematic.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

13 lines
365 B
C

--- ../include/Schematic.h.orig Fri Mar 30 18:50:58 2001
+++ ../include/Schematic.h Fri Aug 20 21:48:46 2004
@@ -91,9 +91,9 @@
QList<DataPoint>& getZData();
TComplex getPortImpedance( uint port );
-private:
Schematic( const Schematic& );
+private:
int distanceFromLine( const QPoint& point,
const CircuitLine& line,
bool orthoganalOnly );