fix bug #1292926
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7698 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
43bf5a210f
commit
a2ee7e332d
2 changed files with 26 additions and 10 deletions
|
|
@ -51,4 +51,17 @@
|
|||
// declaration:
|
||||
// using A::get_a;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
class IndexReader{
|
||||
public:
|
||||
virtual void norms() = 0;
|
||||
};
|
||||
|
||||
class MultiReader : public IndexReader {
|
||||
protected:
|
||||
MultiReader();
|
||||
};
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue