mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-18 05:33:52 +01:00
OpenGL3: Fix noexcept mismatch
This commit is contained in:
parent
5b2f1927d0
commit
3b198bdfda
@ -39,7 +39,7 @@ namespace video
|
||||
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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user