summaryrefslogtreecommitdiff
path: root/graphics/libx3dtk/files/patch-X3DMFNodeFunctor.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-X3DMFNodeFunctor.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 'graphics/libx3dtk/files/patch-X3DMFNodeFunctor.h')
-rw-r--r--graphics/libx3dtk/files/patch-X3DMFNodeFunctor.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/libx3dtk/files/patch-X3DMFNodeFunctor.h b/graphics/libx3dtk/files/patch-X3DMFNodeFunctor.h
new file mode 100644
index 000000000000..457d0fc54116
--- /dev/null
+++ b/graphics/libx3dtk/files/patch-X3DMFNodeFunctor.h
@@ -0,0 +1,12 @@
+*** include/X3DTK/private/X3DMFNodeFunctor.h.orig Sat Dec 16 15:21:47 2006
+--- include/X3DTK/private/X3DMFNodeFunctor.h Sat Dec 16 15:22:02 2006
+***************
+*** 26,31 ****
+--- 26,32 ----
+ class X3DMFNodeFunctor
+ {
+ public:
++ virtual ~X3DMFNodeFunctor() {}
+ virtual const MFNode &getNodes(X3DAbstractNode const *N) = 0;
+ virtual bool addNode(X3DAbstractNode *N, X3DAbstractNode *C) = 0;
+ virtual bool removeNode(X3DAbstractNode *N, X3DAbstractNode *C) = 0;