diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-12-16 22:26:05 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-12-16 22:26:05 +0000 |
commit | eb67377ed309ffb04e2ebd3d22aceff02106c787 (patch) | |
tree | 55c5792653d3500594a80f260b8779ee8529b91c /graphics/inventor | |
parent | 14f2af88a73703691c350e4c463b5b9571afe8a9 (diff) | |
download | ports-eb67377ed309ffb04e2ebd3d22aceff02106c787.tar.gz ports-eb67377ed309ffb04e2ebd3d22aceff02106c787.zip |
Notes
Diffstat (limited to 'graphics/inventor')
-rw-r--r-- | graphics/inventor/files/patch-SoPath.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/inventor/files/patch-SoPath.h b/graphics/inventor/files/patch-SoPath.h new file mode 100644 index 000000000000..266e2ea0a11f --- /dev/null +++ b/graphics/inventor/files/patch-SoPath.h @@ -0,0 +1,11 @@ +--- lib/database/include/Inventor/SoPath.h.orig Tue Sep 25 00:45:33 2001 ++++ lib/database/include/Inventor/SoPath.h Fri Dec 15 20:59:44 2006 +@@ -61,6 +61,8 @@ + #include <Inventor/nodes/SoNode.h> + #include <Inventor/SoLists.h> + ++class SoTempPath; ++ + ////////////////////////////////////////////////////////////////////////////// + // + // Class: SoPath |