make fields privae
This commit is contained in:
parent
90d9dcbce9
commit
e486b5e40c
|
@ -31,8 +31,8 @@ type
|
|||
MultisteamSelect* = ref object of RootObj
|
||||
handlers*: seq[HandlerHolder]
|
||||
codec*: string
|
||||
na*: string
|
||||
ls*: string
|
||||
na: string
|
||||
ls: string
|
||||
|
||||
proc newMultistream*(): MultisteamSelect =
|
||||
new result
|
||||
|
|
Loading…
Reference in New Issue