commit | d0f5097c61fb3659fedda43e5ebc75b416d9bbd7 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Dec 19 14:43:12 2018 -0800 |
committer | Patrick Venture <venture@google.com> | Wed Jan 02 11:56:28 2019 -0800 |
tree | 33a71f610d2b36440b0600f98d8618f2733a8497 | |
parent | abf29700c8024fcf1b90cf42d678b51243173e40 [diff] [blame] |
SensorSet: add underscore prefix to members Add underscore prefix to members for SensorSet object. Change-Id: Ibd6d5f2d18f3a730d847d09ffead3b752ef7dd4c Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/sensorset.cpp b/sensorset.cpp index 268ef3d..f326e88 100644 --- a/sensorset.cpp +++ b/sensorset.cpp
@@ -47,7 +47,7 @@ continue; } - container[make_pair(match[1], match[2])].emplace(match[3]); + _container[make_pair(match[1], match[2])].emplace(match[3]); } }