From: ehofman Date: Mon, 28 Aug 2006 18:53:36 +0000 (+0000) Subject: MispPro requires an explicit declaration. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c8318567113ef27641e0ceaf60a96f94542e2b13;p=simgear.git MispPro requires an explicit declaration. --- 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 +