Skip to content

Commit 991b230

Browse files
committed
Removed errant const
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
1 parent c328502 commit 991b230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VariableBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ class Variable {
359359
/**
360360
* @brief Pointer to the parent sensor
361361
*/
362-
const Sensor* parentSensor = nullptr;
362+
Sensor* parentSensor = nullptr;
363363
/**
364364
* @brief Internal note as to whether the value is calculated.
365365
*/

0 commit comments

Comments
 (0)