cortoproject / corto

A hierarchical object store for connecting realtime machine data with web applications, historians & more
https://www.corto.io
MIT License
86 stars 14 forks source link

Map type members not initialized #654

Closed hendrenja closed 6 years ago

hendrenja commented 6 years ago
map IndexMap: uint32, word

class Dictionary:/
    map:                IndexMap, private        // Device Info
    from:               string

map uninitialized when Dictionary object is defined.