summaryrefslogtreecommitdiff
path: root/graphics/gtkfig/files/patch-src::line.cc
blob: f77efb5c3c8dcd41e4a3398fa3672c87f88df5eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/line.cc.orig	Mon Dec 23 03:58:33 2002
+++ src/line.cc	Mon Dec 23 03:58:44 2002
@@ -14,7 +14,7 @@
 // he/she clicked on the line.
 #define SELECT_DISTANCE 4
 
-TCADLine::TCADLine(TCADSheet *Sheet,int x=0,int y=0) : TCADObject(Sheet)
+TCADLine::TCADLine(TCADSheet *Sheet,int x,int y) : TCADObject(Sheet)
 {
   First.x = x;
   First.y = y;