Build fixes
This commit is contained in:
@@ -28,6 +28,11 @@ void CompositeViewer::init()
|
||||
{
|
||||
}
|
||||
|
||||
void CompositeViewer::addView(osgViewer::View* view)
|
||||
{
|
||||
osg::notify(osg::NOTICE)<<"CompositeViewer::addView(View*) not implemented yet."<<std::endl;
|
||||
}
|
||||
|
||||
void CompositeViewer::frame()
|
||||
{
|
||||
osg::notify(osg::NOTICE)<<"CompositeViewer::frame() not implemented yet."<<std::endl;
|
||||
|
||||
Reference in New Issue
Block a user