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:
parent
9f8a08ff35
commit
9e4e7d9dab
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ namespace TagLib
|
|||
FooFilePrivate(File *) {}
|
||||
};
|
||||
|
||||
class FooFile : PropertiesFile {
|
||||
class FooFile : public PropertiesFile {
|
||||
public:
|
||||
FooFile(File *) {}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue