mirror of
https://github.com/mappu/miqt.git
synced 2025-02-08 22:10:23 +00:00
genbindings: fix linter warning about function comment
This commit is contained in:
parent
12df341a57
commit
a2192d8eab
@ -410,7 +410,7 @@ type CppClass struct {
|
||||
PrivateMethods []string
|
||||
}
|
||||
|
||||
// Virtual checks if the class has any virtual methods. This requires global
|
||||
// VirtualMethods checks if the class has any virtual methods. This requires global
|
||||
// state knowledge as virtual methods might have been inherited.
|
||||
// C++ constructors cannot be virtual.
|
||||
func (c *CppClass) VirtualMethods() []CppMethod {
|
||||
|
Loading…
x
Reference in New Issue
Block a user