fixed ArgCast again
This commit is contained in:
parent
1c5eeee512
commit
b6ca6a2d8e
@ -78,6 +78,14 @@ struct _ArgCast<T*> {
|
||||
}
|
||||
};
|
||||
|
||||
template<>
|
||||
struct _ArgCast<Variant> {
|
||||
static Variant _arg_cast(Variant a)
|
||||
{
|
||||
return a;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user