1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/math/xgfe/files/patch-ac
Matthew Hunt 7fc0748f69 Fix compiler error.
Submitted by:	R. Imura <imura@cs.titech.ac.jp>
2000-02-12 00:46:28 +00:00

13 lines
280 B
Plaintext

--- xgfeMainData.cpp.orig Sun Jun 7 14:39:29 1998
+++ xgfeMainData.cpp Sat Feb 12 05:00:10 2000
@@ -34,6 +34,9 @@
#include <qpushbt.h>
#include <qlayout.h>
+#define QColor(i) (QColor)(i)
+#define QRgb(i) (QRgb)(i)
+
xgfeMainData::xgfeMainData
(
QWidget* parent = 0,