diff options
Diffstat (limited to 'object.h')
-rw-r--r-- | object.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ public: virtual ~object() = default; // Get this object's material. - virtual material &get_material() const = 0; + virtual const material & get_material() const = 0; }; |