Build fixes

This commit is contained in:
Robert Osfield
2007-01-08 22:54:02 +00:00
parent 59511c82ab
commit 96b2b93edc
4 changed files with 19 additions and 7 deletions

View File

@@ -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;