diff --git a/include/osgText/Text b/include/osgText/Text index e817f8d4d..5be160086 100644 --- a/include/osgText/Text +++ b/include/osgText/Text @@ -265,7 +265,6 @@ protected: virtual osg::StateSet* createStateSet(); Font* getActiveFont(); - const Font* getActiveFont() const; String::iterator computeLastCharacterOnLine(osg::Vec2& cursor, String::iterator first,String::iterator last); diff --git a/include/osgText/TextBase b/include/osgText/TextBase index aa7d8d64b..1611a785c 100644 --- a/include/osgText/TextBase +++ b/include/osgText/TextBase @@ -312,6 +312,7 @@ protected: // members which have public access. osg::Vec4 _color; osg::ref_ptr _font; + osg::ref_ptr _fontFallback; osg::ref_ptr