diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-02 10:09:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-02 10:09:06 +0100 |
| commit | 3c90f397bf2222e0249ba169df0dac75b556f989 (patch) | |
| tree | 456031759a26334654055e4c189abcfcc219fd1d /src/data.h | |
| parent | e116649cb93e7784601c1c55b2f3c8cf32099abf (diff) | |
Add operator!= for Data.
Diffstat (limited to 'src/data.h')
| -rw-r--r-- | src/data.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ public: bool operator==(Data const & a, Data const & b); +bool operator!=(Data const & a, Data const & b); } |
