LachlanGunn / oic

Open Instrument Control
MIT License
50 stars 18 forks source link

Const-ify strings where possible #5

Closed LachlanGunn closed 4 years ago

LachlanGunn commented 5 years ago

Previously, both the inner strings of various structs as well as various arguments were non-const; they are now const and so the compiler should no longer complain about mutable strings.

Fixes #2, #4