summaryrefslogtreecommitdiff
path: root/net/irrtoolset/files/patch-ab
blob: 6566ed2b1af4210bba8a4a774625e4590972b992 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/dbase/Route.hh.orig	Sat Nov 27 18:08:21 1999
+++ src/dbase/Route.hh	Sat Nov 27 18:08:41 1999
@@ -92,7 +92,7 @@
       clear();
    }
 
-   clear () {
+   void clear () {
       pix = NULL;
       _dontcare = 0;
    }
@@ -248,7 +248,7 @@
       pref = 0;
    }
 
-   set (Pix asn, int p) {
+   void set (Pix asn, int p) {
       asno = asn;
       pref = p;
    }