Submitted By: Uwe Düffert (lfs at uwe-dueffert dot de)
Date: 2004-05-16
Initial Package Version: 3.3.2
Origin: self-created, http://www.uwe-dueffert.de/lfs/ownpatches/qt-x11-free-3.3.2-gcc35-1.patch
Upstream Status: not reported
Description: fix gcc35 compilation (anonymous type)
 
diff -Naur qt-x11-free-3.3.2.orig/examples/demo/qasteroids/view.cpp qt-x11-free-3.3.2/examples/demo/qasteroids/view.cpp
--- qt-x11-free-3.3.2.orig/examples/demo/qasteroids/view.cpp	2004-05-16 12:32:55.090404400 +0000
+++ qt-x11-free-3.3.2/examples/demo/qasteroids/view.cpp	2004-05-16 12:33:14.000000000 +0000
@@ -38,7 +38,7 @@
 #define M_PI 3.141592654
 #endif
 
-struct
+struct kas_animation
 {
     int id;
     const char *path;
