minor improvements

This commit is contained in:
wmayer
2016-12-10 13:24:43 +01:00
parent 503c4d00c0
commit e8c7df1d67
4 changed files with 7 additions and 7 deletions

View File

@@ -113,7 +113,7 @@ std::string Extension::name() const {
std::string temp(m_extensionType.getName());
std::string::size_type pos = temp.find_last_of(":");
if(pos != std::string::npos)
if(pos != std::string::npos)
return temp.substr(pos+1);
else
return std::string();