diff options
Diffstat (limited to 'graphics/libx3dtk/files/patch-X3DLoader.h')
-rw-r--r-- | graphics/libx3dtk/files/patch-X3DLoader.h | 19 |
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. |