openbsd-ports/productivity/qhacc/patches/patch-lib_qhacc_cpp
jasper 1d65edd1d9 - update qhacc to the last stable qt3 version
feedback and ok espie@ (MAINTAINER)
2009-06-07 00:08:31 +00:00

13 lines
379 B
Plaintext

$OpenBSD: patch-lib_qhacc_cpp,v 1.1 2009/06/07 00:08:32 jasper Exp $
--- lib/qhacc.cpp.orig Tue Jun 2 11:39:13 2009
+++ lib/qhacc.cpp Tue Jun 2 11:39:29 2009
@@ -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;