From fab44a2728efc2e5134a7b3a844b3d288ca4cab7 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Mon, 12 Oct 2009 23:07:50 -0700 Subject: los: provide explicit access specifiers for inherited structs Signed-off-by: Steven Noonan --- crawl-ref/source/los.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/los.cc') diff --git a/crawl-ref/source/los.cc b/crawl-ref/source/los.cc index 64f04818dc..2b00e30b20 100644 --- a/crawl-ref/source/los.cc +++ b/crawl-ref/source/los.cc @@ -91,7 +91,7 @@ bool double_is_zero(const double x) return (x > -EPSILON_VALUE) && (x < EPSILON_VALUE); } -struct los_ray : ray_def +struct los_ray : public ray_def { unsigned int start; unsigned int length; -- cgit v1.2.3-54-g00ecf