From faf87bed0d869e03cefc4e25a3f7c5f8d0c9032e Mon Sep 17 00:00:00 2001 From: Daniel Warner Date: Sun, 6 Jul 2014 10:37:24 +0100 Subject: [PATCH] Correct mismatch tag --- libsgp4/Observer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsgp4/Observer.h b/libsgp4/Observer.h index be64401..a3151ea 100644 --- a/libsgp4/Observer.h +++ b/libsgp4/Observer.h @@ -22,7 +22,7 @@ #include "Eci.h" class DateTime; -class CoordTopocentric; +struct CoordTopocentric; /** * @brief Stores an observers location in Eci coordinates.