better fix for typedef + inheritance
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8788 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2329244120
commit
a4e6310345
1 changed files with 6 additions and 5 deletions
|
|
@ -272,11 +272,12 @@ namespace TagLib
|
|||
PropertiesFile(File * = 0) {}
|
||||
};
|
||||
|
||||
|
||||
class PropertiesFree {
|
||||
public:
|
||||
PropertiesFree(File *) {}
|
||||
};
|
||||
namespace bar {
|
||||
class PropertiesFree : public AudioProperties {
|
||||
public:
|
||||
PropertiesFree(File *) {}
|
||||
};
|
||||
}
|
||||
|
||||
class FooFilePrivate : private PropertiesFile {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue