use correct parameter types for SGText::UpdateCallback

This commit is contained in:
Torsten Dreyer
2010-08-12 11:35:09 +02:00
parent 8106956be2
commit 7f8efa7cef

View File

@@ -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 ),