mirror of
https://github.com/mappu/miqt.git
synced 2025-01-02 21:58:38 +00:00
genbindings: allow subclassing abstract classes
This commit is contained in:
parent
b643477cca
commit
4997641327
@ -373,10 +373,6 @@ nextMethod:
|
|||||||
continue // Skip private/protected
|
continue // Skip private/protected
|
||||||
}
|
}
|
||||||
|
|
||||||
if ret.Abstract {
|
|
||||||
continue // The bindings can't construct an abstract class
|
|
||||||
}
|
|
||||||
|
|
||||||
// Check if this is `= delete`
|
// Check if this is `= delete`
|
||||||
if isExplicitlyDeleted(node) {
|
if isExplicitlyDeleted(node) {
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user