summaryrefslogtreecommitdiff
path: root/graphics/libx3dtk/files/patch-X3DLoader.h
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-12-21 19:33:08 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-12-21 19:33:08 +0000
commit9f56acee99307898d179b4d726a47528e8f78cad (patch)
treedbb583569bc0f879b6df93000903c1362d7e5e21 /graphics/libx3dtk/files/patch-X3DLoader.h
parentUpdate to 1.0.16 (diff)
- Fix build with gcc 4.1
PR: ports/106834 Submitted by: German Tischler <tanis@gaspode.franken.de> (maintainer)
Notes
Notes: svn path=/head/; revision=180363
Diffstat (limited to '')
-rw-r--r--graphics/libx3dtk/files/patch-X3DLoader.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/libx3dtk/files/patch-X3DLoader.h b/graphics/libx3dtk/files/patch-X3DLoader.h
new file mode 100644
index 000000000000..b466417944ff
--- /dev/null
+++ b/graphics/libx3dtk/files/patch-X3DLoader.h
@@ -0,0 +1,19 @@
+*** include/X3DTK/private/X3DLoader.h.orig Sat Dec 16 15:22:27 2006
+--- include/X3DTK/private/X3DLoader.h Sat Dec 16 15:22:36 2006
+***************
+*** 73,79 ****
+ void setComponentVisitorForFileValidator(X3DComponentVisitor *component);
+ /// Sets the FileValidator. If there is already a creator recorded for this component,
+ /// then it is deleted and replaced by the new one.
+! void X3DLoader::setFileValidator(X3D::FileValidator *fileValidator);
+
+ protected:
+ /// Creator.
+--- 73,79 ----
+ void setComponentVisitorForFileValidator(X3DComponentVisitor *component);
+ /// Sets the FileValidator. If there is already a creator recorded for this component,
+ /// then it is deleted and replaced by the new one.
+! void setFileValidator(X3D::FileValidator *fileValidator);
+
+ protected:
+ /// Creator.