fix copyctor + template bug #1432125
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8824 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
263379145e
commit
30e5b5b666
1 changed files with 1 additions and 3 deletions
|
|
@ -84,10 +84,8 @@ public:
|
|||
namespace Space {
|
||||
class Flow {
|
||||
public:
|
||||
Flow(int i) {}
|
||||
Flow(int i = 0) {}
|
||||
Flow(const Flow& other) {}
|
||||
private:
|
||||
Flow() {}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue