Fixes for GCC 3.0.3 build.

This commit is contained in:
Robert Osfield
2002-02-03 19:18:14 +00:00
parent c1283c23e8
commit 6630cfb455
4 changed files with 7 additions and 7 deletions

View File

@@ -291,6 +291,6 @@ class NvStripifier
// let our strip info classes and the other classes get
// to these protected stripificaton methods if they want
friend NvStripInfo;
friend class NvStripInfo;
};
#endif