1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/misc/qhacc/files/patch-ad
Kevin Lo b9449dd1df Update to version 0.8.4
PR: 29021
Submitted by: Ports Fury
2001-07-21 16:26:42 +00:00

14 lines
408 B
Plaintext

--- src/qhaccgrapher.h.orig Tue May 22 05:12:12 2001
+++ src/qhaccgrapher.h Sat Jul 14 04:46:09 2001
@@ -96,8 +96,8 @@
Reporter( QWidget * =0, const char * =0 );
~Reporter();
- static QString makeReport( const QString&, const QString*&,
- const float *&, int, int );
+ static QString makeReport( const QString&, QString*,
+ float *, int, int );
protected:
QTextView * display;