remove name clash with runtime tests

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9254 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-08-16 20:59:11 +00:00
commit 6df6534f0c

View file

@ -83,7 +83,7 @@ private:
};
class FooBar : private Foo
class PrivateFoo : private Foo
{
};