[v3 linux] const -> var

This commit is contained in:
Travis McLane
2023-09-11 17:26:59 -05:00
parent 2f7c6834d0
commit a6cfdbb403
+1 -1
View File
@@ -129,7 +129,7 @@ type pointer unsafe.Pointer
type GSList C.GSList
type GSListPointer *GSList
const (
var (
nilPointer pointer = nil
nilRadioGroup GSListPointer = nil
)