Removed redundent const
This commit is contained in:
parent
715ba6fb66
commit
4151312dc5
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user