Author: qboosh Date: Mon Oct 23 19:42:52 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - C++ fix needed by gcc 4
---- Files affected: SOURCES: xpat2-c++.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/xpat2-c++.patch diff -u /dev/null SOURCES/xpat2-c++.patch:1.1 --- /dev/null Mon Oct 23 21:42:52 2006 +++ SOURCES/xpat2-c++.patch Mon Oct 23 21:42:47 2006 @@ -0,0 +1,11 @@ +--- xpat2-1.07/src/XQtCards.h.orig 1999-05-15 20:56:44.000000000 +0200 ++++ xpat2-1.07/src/XQtCards.h 2006-10-23 21:21:55.617822500 +0200 +@@ -47,7 +47,7 @@ + QPixmap *pm_cardback; // QPixmap of the back side of the cards + QPixmap *pm_empty; // place holder (clipped by emptyclip) + QPixmap *pm_cards[59]; // QPixmaps for 52 cards + 4 empty slots + 3 jokers +- QPixmap *XQtCards::load_cardback(int num); // helper function ++ QPixmap *load_cardback(int num); // helper function + QDialog *customize_dlg; // current open dialog (only one dlg per instance */ + QLineEdit *customize_dlg_dir; // current input field + QMaskEdit *customize_dlg_cbn; // cardback number ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
