freebsd-ports/finance/qhacc/files/patch-lib::qhacc.cpp
Kirill Ponomarev ae2dc932d3 Update to version 3.2.3
PR:		ports/74946
Submitted by:	Ports Fury
2004-12-11 19:13:04 +00:00

12 lines
310 B
C++

--- lib/qhacc.cpp.orig Thu Dec 9 08:25:23 2004
+++ lib/qhacc.cpp Fri Dec 10 00:05:58 2004
@@ -55,7 +55,7 @@
#include "localfileplugin.h"
#include "qhacc.moc"
-#include <math.h>
+#include <cmath>
//const int QHacc::ROLLOVER=( int )std::pow( ( double )10, QC::DECIMALS );
const int QHacc::ROLLOVER=100;