blob: 4c34fb6373791493b25a634da4fb269f4e4c36d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** src/X3DLoader/X3DLoader.h.orig Sat Dec 16 16:30:37 2006
--- src/X3DLoader/X3DLoader.h Sat Dec 16 16:30:50 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.
|