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-ac
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
501 B
Plaintext

--- src/qhaccgrapher.cpp.orig Tue May 22 06:59:42 2001
+++ src/qhaccgrapher.cpp Sat Jul 14 04:45:41 2001
@@ -763,8 +763,8 @@
display->setText( makeReport( title, headings, sums, partitions, type ) );
}
-QString Reporter::makeReport( const QString& ti, const QString*& heads,
- const float*& floats, int parts, int type ){
+QString Reporter::makeReport( const QString& ti, QString* heads,
+ float* floats, int parts, int type ){
QString text=ti+": ";
float sums[parts];