make fields privae

This commit is contained in:
Dmitriy Ryajov 2019-08-27 20:31:19 -06:00
parent 90d9dcbce9
commit e486b5e40c
1 changed files with 2 additions and 2 deletions

View File

@ -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