diff options
author | maho <maho@FreeBSD.org> | 2006-12-17 06:26:05 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-12-17 06:26:05 +0800 |
commit | 2b16e4c445f39a127600a496af07b95cfc874ee3 (patch) | |
tree | f34a1b9fe3116f4ff39dd36f4e3a89bff260e6e6 /graphics/inventor | |
parent | 8443bf12ce014a86d07f3ef9a0f58898e00c8484 (diff) | |
download | freebsd-ports-gnome-2b16e4c445f39a127600a496af07b95cfc874ee3.tar.gz freebsd-ports-gnome-2b16e4c445f39a127600a496af07b95cfc874ee3.tar.zst freebsd-ports-gnome-2b16e4c445f39a127600a496af07b95cfc874ee3.zip |
Build fix with gcc41
Submitted by: Christian Gusenbauer <c47g@gmx.at> via kris
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 |