1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/graphics/amanith/files/patch-examples-opengl-vectorizer_drawer.h
Jose Alonso Cardenas Marquez 968ab6cdd1 - Fix build with GCC 4.x
2007-10-16 15:10:12 +00:00

12 lines
307 B
C

--- examples/opengl/vectorizer/drawer.h 2007-10-16 10:03:21.000000000 -0500
+++ examples/opengl/vectorizer/drawer.h 2007-10-16 10:04:22.000000000 -0500
@@ -71,7 +71,7 @@
#endif
// destructor
~QGLWidgetTest();
- void QGLWidgetTest::timerEvent(QTimerEvent *e);
+ void timerEvent(QTimerEvent *e);
};