Clean up osgbrowser after moving browser implementation into gecko plugin

This commit is contained in:
Robert Osfield
2008-11-20 11:28:20 +00:00
parent 7bf815332e
commit beae8ab67f
18 changed files with 9 additions and 4995 deletions

View File

@@ -20,7 +20,7 @@ using namespace osgWidget;
osg::ref_ptr<BrowserManager>& BrowserManager::instance()
{
static osg::ref_ptr<BrowserManager> s_BrowserManager;
static osg::ref_ptr<BrowserManager> s_BrowserManager = new BrowserManager;
return s_BrowserManager;
}