aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/math/walkregion.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/math/walkregion.h')
-rwxr-xr-xengines/sword25/math/walkregion.h2
1 files changed, 1 insertions, 1 deletions
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_Vertex> BS_Path;
*/
class BS_WalkRegion : public BS_Region
{
- friend BS_Region;
+ friend class BS_Region;
protected:
BS_WalkRegion();