fix symbol clash on windows for ruby
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7459 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5cb5a3e573
commit
b7ac7389ae
1 changed files with 3 additions and 3 deletions
|
|
@ -61,7 +61,7 @@ namespace hi {
|
|||
|
||||
%inline %{
|
||||
|
||||
typedef void NT;
|
||||
typedef void VoidType;
|
||||
|
||||
class MyClass {
|
||||
public:
|
||||
|
|
@ -69,7 +69,7 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
virtual void method(NT *)
|
||||
virtual void method(VoidType *)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
@ -86,7 +86,7 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
virtual void method(NT *)
|
||||
virtual void method(VoidType *)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue