forked from Mirrorlandia_minetest/irrlicht
OpenGL3: Fix noexcept mismatch
This commit is contained in:
parent
5b2f1927d0
commit
3b198bdfda
@ -39,7 +39,7 @@ namespace video
|
|||||||
Extensions.emplace(std::move(name));
|
Extensions.emplace(std::move(name));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool COpenGL3ExtensionHandler::queryExtension(const std::string &name) const{
|
bool COpenGL3ExtensionHandler::queryExtension(const std::string &name) const noexcept {
|
||||||
return Extensions.find(name) != Extensions.end();
|
return Extensions.find(name) != Extensions.end();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user