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