From c8318567113ef27641e0ceaf60a96f94542e2b13 Mon Sep 17 00:00:00 2001 From: ehofman Date: Mon, 28 Aug 2006 18:53:36 +0000 Subject: [PATCH] MispPro requires an explicit declaration. --- simgear/scene/model/persparam.hxx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/simgear/scene/model/persparam.hxx b/simgear/scene/model/persparam.hxx index 33f2ade7..8cf7283e 100755 --- a/simgear/scene/model/persparam.hxx +++ b/simgear/scene/model/persparam.hxx @@ -39,4 +39,10 @@ private: T _max; }; +template <> double +SGPersonalityParameter::getNodeValue( SGPropertyNode *props, + const char *name, + double defval ) const; + #endif // _SG_PERSPARAM_HXX + -- 2.39.5