OpenGL3: Fix noexcept mismatch
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user