From 96fa38bdc693ef05dcd316376ecb89a6ad7686dc Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 10 Mar 2017 02:29:03 +0100 Subject: [PATCH] - make GCC happy. --- src/r_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r_defs.h b/src/r_defs.h index bebe16fd6b..c69450e01d 100644 --- a/src/r_defs.h +++ b/src/r_defs.h @@ -431,7 +431,7 @@ public: } bool CopyPlaneIfValid (secplane_t *dest, const secplane_t *opp) const; - inline double secplane_t::ZatPoint(const AActor *ac) const; + inline double ZatPoint(const AActor *ac) const; };