better fix for typedef + inheritance

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8787 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-02-11 06:17:45 +00:00
commit 9e4e7d9dab

View file

@ -283,7 +283,7 @@ namespace TagLib
FooFilePrivate(File *) {}
};
class FooFile : PropertiesFile {
class FooFile : public PropertiesFile {
public:
FooFile(File *) {}
};