Added return

This commit is contained in:
Robert Osfield 2007-09-21 19:04:02 +00:00
parent 3bfaee3654
commit 6630dcf15c

View File

@ -119,6 +119,7 @@ CompositeViewer::~CompositeViewer()
bool CompositeViewer::readConfiguration(const std::string& filename)
{
osg::notify(osg::NOTICE)<<"CompositeViewer::readConfiguration("<<filename<<")"<<std::endl;
return false;
}