diff options
author | Keuin <[email protected]> | 2022-04-17 20:50:22 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-04-17 20:50:22 +0800 |
commit | ee3b665441b2f83041416098049cc16b6b63d942 (patch) | |
tree | 261e5b5ab15e4ec7add1489bbe2d5e8dd42524b6 /sphere.h | |
parent | bf1bfa34d5ad0e41379179fb9d2dfe0e2cb372f6 (diff) |
Fix: rename object::material() to object::get_material. Make it compile on Debian 11 GCC.
Diffstat (limited to 'sphere.h')
-rw-r--r-- | sphere.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ public: return (where - center) / radius; } - class material &material() const override { + class material &get_material() const override { return materi; } |