From 69b618a8f5517c609a5e94d9609dc27aea2ad573 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 30 Jul 2010 12:19:13 +0000 Subject: SWORD25: Compilation fixes Majority of files now compile under Windoze. svn-id: r53182 --- engines/sword25/math/walkregion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sword25/math/walkregion.h') diff --git a/engines/sword25/math/walkregion.h b/engines/sword25/math/walkregion.h index b07f2dbae8..25ded2ff4b 100755 --- a/engines/sword25/math/walkregion.h +++ b/engines/sword25/math/walkregion.h @@ -42,7 +42,7 @@ typedef std::vector BS_Path; */ class BS_WalkRegion : public BS_Region { - friend BS_Region; + friend class BS_Region; protected: BS_WalkRegion(); -- cgit v1.2.3