diff options
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; } |