Removed redundent const

This commit is contained in:
Robert Osfield 2003-05-17 13:15:54 +00:00
parent 715ba6fb66
commit 4151312dc5

View File

@ -136,7 +136,7 @@ bool Output::registerUniqueIDForObject(const osg::Object* obj,std::string& uniqu
return true;
}
const std::string Output::getFileNameForOutput(const std::string& filename) const
std::string Output::getFileNameForOutput(const std::string& filename) const
{
switch(_pathNameHint)
{