mirror of
https://github.com/mappu/miqt.git
synced 2025-04-18 11:30: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
|
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.
|
// state knowledge as virtual methods might have been inherited.
|
||||||
// C++ constructors cannot be virtual.
|
// C++ constructors cannot be virtual.
|
||||||
func (c *CppClass) VirtualMethods() []CppMethod {
|
func (c *CppClass) VirtualMethods() []CppMethod {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user