From: Torsten Dreyer Date: Thu, 12 Aug 2010 09:35:09 +0000 (+0200) Subject: use correct parameter types for SGText::UpdateCallback X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7f8efa7cef111601bd83ea4594bc9140c1928438;p=simgear.git use correct parameter types for SGText::UpdateCallback --- diff --git a/simgear/scene/model/SGText.cxx b/simgear/scene/model/SGText.cxx index 92b0d994..e7c536a3 100644 --- a/simgear/scene/model/SGText.cxx +++ b/simgear/scene/model/SGText.cxx @@ -34,7 +34,7 @@ using std::string; class SGText::UpdateCallback : public osg::NodeCallback { public: - UpdateCallback( osgText::Text * aText, SGConstPropertyNode_ptr aProperty, double aScale, double aOffset, double aTruncate, double aNumeric, const char * aFormat ) : + UpdateCallback( osgText::Text * aText, SGConstPropertyNode_ptr aProperty, double aScale, double aOffset, bool aTruncate, bool aNumeric, const char * aFormat ) : text( aText ), property( aProperty ), scale( aScale ),