Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
syyyr committed Oct 18, 2024
1 parent 74a8fac commit 5f91dbc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libshvcoreqt/include/shv/coreqt/data/valuechange.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ struct SHVCOREQT_DECL_EXPORT ValueChange
ValueChange(TimeStamp value_x, double value_y);
ValueChange(TimeStamp value_x, CustomData *value_y);
ValueChange();

bool operator==(const ValueChange&) const
{
return false;
}
};

struct SHVCOREQT_DECL_EXPORT ValueXInterval
Expand Down

0 comments on commit 5f91dbc

Please sign in to comment.