freebsd-ports/graphics/libx3dtk/files/patch-X3DLoader.h
Martin Wilke 9f56acee99 - Fix build with gcc 4.1
PR:		ports/106834
Submitted by:	German Tischler <tanis@gaspode.franken.de> (maintainer)
2006-12-21 19:33:08 +00:00

19 lines
832 B
C++

*** 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.