- make GCC happy.

This commit is contained in:
Christoph Oelckers 2017-03-10 02:29:03 +01:00
parent bd7476fb8d
commit 96fa38bdc6
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};