diff options
Diffstat (limited to 'src/instrument.h')
-rw-r--r-- | src/instrument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/instrument.h b/src/instrument.h index b7ddeea..416b6c2 100644 --- a/src/instrument.h +++ b/src/instrument.h @@ -64,7 +64,7 @@ private: std::string _name; std::string _description; - VersionStr _version; + VersionStr version; RangeMap<level_t, Sample*> samples; PowerList powerlist; |