diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-14 01:00:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-14 01:00:05 +0200 |
| commit | 274dd30f2b11fe8ea563a2ac7436c9d463865b0b (patch) | |
| tree | 199e7447606339d461f6f87d16095376d8f809b3 /src/gamma_transfer_function.h | |
| parent | 4bd57fbbac67ac04ec47a9765b9f278aa1691851 (diff) | |
Fix/hide some warnings.
Diffstat (limited to 'src/gamma_transfer_function.h')
| -rw-r--r-- | src/gamma_transfer_function.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gamma_transfer_function.h b/src/gamma_transfer_function.h index a7bdd44d..8402d6af 100644 --- a/src/gamma_transfer_function.h +++ b/src/gamma_transfer_function.h @@ -55,10 +55,10 @@ public: return _gamma; } - bool about_equal (std::shared_ptr<const TransferFunction> other, double epsilon) const; + bool about_equal (std::shared_ptr<const TransferFunction> other, double epsilon) const override; protected: - double * make_lut (int bit_depth, bool inverse) const; + double * make_lut (int bit_depth, bool inverse) const override; private: double _gamma; |
