Skip to content

Commit

Permalink
Added ToString() override to Indicator class, so IndicatorsTest will …
Browse files Browse the repository at this point in the history
…print the results.
  • Loading branch information
nseam committed Feb 17, 2023
1 parent a13a079 commit 2a5f72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Indicator/Indicator.h
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ class Indicator : public IndicatorData {
/**
* Returns stored data in human-readable format.
*/
// virtual bool ToString() = NULL; // @fixme?
string ToString() override { return EntryToString(); }

/**
* Whether we can and have to select mode when specifying data source.
Expand Down

0 comments on commit 2a5f72c

Please sign in to comment.