summaryrefslogtreecommitdiff
path: root/graphics/gtkfig/files/patch-src::simpleline.cc
blob: 60a7e7d6b3f0378fa3b595eb220b098cc37d0f3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/simpleline.cc.orig	Mon Dec 23 04:01:18 2002
+++ src/simpleline.cc	Mon Dec 23 04:01:41 2002
@@ -8,7 +8,7 @@
 #include <math.h>
 #include "simpleline.h"
 
-TCADSimpleLine::TCADSimpleLine(TCADSheet *Sheet,int x=0,int y=0) : TCADLine(Sheet,x,y)
+TCADSimpleLine::TCADSimpleLine(TCADSheet *Sheet,int x,int y) : TCADLine(Sheet,x,y)
 {
   RecomputeEncapRect();
   RecomputeRefRect();