]> git.pld-linux.org Git - packages/fonty.git/commitdiff
- gcc4 patch
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 4 May 2007 20:43:01 +0000 (20:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonty-gcc4.patch -> 1.1

fonty-gcc4.patch [new file with mode: 0644]

diff --git a/fonty-gcc4.patch b/fonty-gcc4.patch
new file mode 100644 (file)
index 0000000..075889a
--- /dev/null
@@ -0,0 +1,11 @@
+--- fonty-1.0/dynafont/dynafont.cc~    1998-09-18 15:35:08.000000000 +0200
++++ fonty-1.0/dynafont/dynafont.cc     2007-05-04 22:37:17.000000000 +0200
+@@ -202,7 +202,7 @@
+       numer (unsigned long nr1) : fragmentow (1), b (0), ul (0) {*nr = nr1;}
+       int operator == (const numer &n1) const;
+       int operator != (const numer &n1) const {return !(*this == n1);}
+-      int numer::hash () const;
++      int hash () const;
+ };
+ int numer::operator == (const numer &n1) const
This page took 0.168565 seconds and 4 git commands to generate.