Removed unneeded constructor for shape class.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6645 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a42260811d
commit
865d5d2c10
2 changed files with 0 additions and 3 deletions
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
class shape {
|
||||
public:
|
||||
shape();
|
||||
virtual ~shape();
|
||||
virtual bool cover( double x, double y ); // does this shape cover this point?
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue