1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix compiler error.

Submitted by:	R. Imura <imura@cs.titech.ac.jp>
This commit is contained in:
Matthew Hunt 2000-02-12 00:46:28 +00:00
parent 00061c960d
commit 7fc0748f69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25677

12
math/xgfe/files/patch-ac Normal file
View File

@ -0,0 +1,12 @@
--- 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,