diff options
Diffstat (limited to 'graphics/libx3dtk/files/patch-X3DSFNodeFunctor.h')
-rw-r--r-- | graphics/libx3dtk/files/patch-X3DSFNodeFunctor.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/libx3dtk/files/patch-X3DSFNodeFunctor.h b/graphics/libx3dtk/files/patch-X3DSFNodeFunctor.h deleted file mode 100644 index 7c532274ffce..000000000000 --- a/graphics/libx3dtk/files/patch-X3DSFNodeFunctor.h +++ /dev/null @@ -1,12 +0,0 @@ -*** include/X3DTK/private/X3DSFNodeFunctor.h.orig Sat Dec 16 15:21:18 2006 ---- include/X3DTK/private/X3DSFNodeFunctor.h Sat Dec 16 15:21:31 2006 -*************** -*** 26,31 **** ---- 26,32 ---- - class X3DSFNodeFunctor
- {
- public:
-+ virtual ~X3DSFNodeFunctor() {}
- virtual X3DAbstractNode *getNode(X3DAbstractNode const *N) = 0;
- virtual bool setNode(X3DAbstractNode *N, X3DAbstractNode *C) = 0;
- virtual bool removeNode(X3DAbstractNode *N, X3DAbstractNode *C) = 0;
|