From ea02453f6327c98cf827f10bffd10a640d2dafa1 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Fri, 24 Jan 2014 11:10:34 +0100 Subject: [PATCH] fix typo Thanks to Alex Romosan --- simgear/math/SGTriangle.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/math/SGTriangle.hxx b/simgear/math/SGTriangle.hxx index af6f32f1..777b3788 100644 --- a/simgear/math/SGTriangle.hxx +++ b/simgear/math/SGTriangle.hxx @@ -16,7 +16,7 @@ // #ifndef SGTriangle_H -#define SGTrianlge_H +#define SGTriangle_H template class SGTriangle { -- 2.39.5