Hi, How do I subclass a template class? I tried the following code but it doesn't correctly pass the t_dup_func and t_destroy_fucn into the parent class.
class Container<T> {
....
}
class SCon: Container<Object> {
....
}
Regards,
Yu
_______________________________________________
Vala-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/vala-list
