summaryrefslogtreecommitdiff
path: root/graphics/amanith/files
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-10-16 15:10:12 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-10-16 15:10:12 +0000
commit968ab6cdd1ffa460d8ced424f7cb65a7a90be1c4 (patch)
treea1e08c5b7bbb1050b4838fe17170314458e7ee1a /graphics/amanith/files
parentUpdate to 1.200 (diff)
- Fix build with GCC 4.x
Notes
Notes: svn path=/head/; revision=201562
Diffstat (limited to 'graphics/amanith/files')
-rw-r--r--graphics/amanith/files/patch-examples-opengl-vectorizer_drawer.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/amanith/files/patch-examples-opengl-vectorizer_drawer.h b/graphics/amanith/files/patch-examples-opengl-vectorizer_drawer.h
new file mode 100644
index 000000000000..2abec9c0aae2
--- /dev/null
+++ b/graphics/amanith/files/patch-examples-opengl-vectorizer_drawer.h
@@ -0,0 +1,11 @@
+--- 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);
+ };
+
+