summaryrefslogtreecommitdiff
path: root/sphere.h
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-04-17 20:50:22 +0800
committerKeuin <[email protected]>2022-04-17 20:50:22 +0800
commitee3b665441b2f83041416098049cc16b6b63d942 (patch)
tree261e5b5ab15e4ec7add1489bbe2d5e8dd42524b6 /sphere.h
parentbf1bfa34d5ad0e41379179fb9d2dfe0e2cb372f6 (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphere.h b/sphere.h
index a5a935e..8cc1caf 100644
--- a/sphere.h
+++ b/sphere.h
@@ -39,7 +39,7 @@ public:
return (where - center) / radius;
}
- class material &material() const override {
+ class material &get_material() const override {
return materi;
}