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 4bb7f4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 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,10 @@ struct SHVCOREQT_DECL_EXPORT ValueChange
ValueChange(TimeStamp value_x, double value_y);
ValueChange(TimeStamp value_x, CustomData *value_y);
ValueChange();

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

struct SHVCOREQT_DECL_EXPORT ValueXInterval
Expand Down

0 comments on commit 4bb7f4b

Please sign in to comment.