From a2d7eba42698fce4401474429991c70391534c3f Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Mon, 7 Jan 2008 13:25:41 +0000 Subject: [PATCH] - Fix case-sensitive file name --- include/AbstractSurfacePatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/AbstractSurfacePatch.h b/include/AbstractSurfacePatch.h index 8873daa0..92f6aa83 100644 --- a/include/AbstractSurfacePatch.h +++ b/include/AbstractSurfacePatch.h @@ -2,7 +2,7 @@ #define __AbstractSurfacePatch_H__ #include "SurfaceTypes.h" -#include "Surfacevertex.h" +#include "SurfaceVertex.h" namespace Ogre {