]> Dogcows Code - chaz/yoink/blobdiff - src/moof/shape.hh
fixes for newer versions of g++
[chaz/yoink] / src / moof / shape.hh
index 7f975032fb6b103dd9d044d3e122696ca2a09eed..25c8c2aa5c43c201436b9708f4042c3a6d4ad28e 100644 (file)
@@ -58,7 +58,7 @@ public:
         * returned if there is no contact.
         */
        virtual bool intersect_ray(const ray<D>& ray,
-                                                          typename ray<D>::contact& hit) const
+                                                          typename moof::ray<D>::contact& hit) const
        {
                return false;
        }
This page took 0.019153 seconds and 4 git commands to generate.