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/files/patch-SoPath.h | |
parent | Do not install empty dirs. (diff) |
Build fix with gcc41
Submitted by: Christian Gusenbauer <c47g@gmx.at> via kris
Notes
Notes:
svn path=/head/; revision=179985
Diffstat (limited to 'graphics/inventor/files/patch-SoPath.h')
-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 |