]> git.mxchange.org Git - simgear.git/commitdiff
MispPro requires an explicit declaration.
authorehofman <ehofman>
Mon, 28 Aug 2006 18:53:36 +0000 (18:53 +0000)
committerehofman <ehofman>
Mon, 28 Aug 2006 18:53:36 +0000 (18:53 +0000)
simgear/scene/model/persparam.hxx

index 33f2ade74201c0b3321da66bdbedc90d10096b68..8cf7283ecc498fda0e38e7e11cd1ccec96f9d4fc 100755 (executable)
@@ -39,4 +39,10 @@ private:
   T _max;
 };
 
+template <> double
+SGPersonalityParameter<double>::getNodeValue( SGPropertyNode *props,
+                                              const char *name,
+                                              double defval ) const;
+
 #endif // _SG_PERSPARAM_HXX
+