mirror of
https://github.com/minetest/irrlicht.git
synced 2025-02-11 17:10:23 +01:00
Mark CGLTFMeshFileLoader constructor as noexcept
This commit is contained in:
parent
850bf1a949
commit
280eb5b27f
@ -218,7 +218,7 @@ static void getVertices
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CGLTFMeshFileLoader::CGLTFMeshFileLoader()
|
CGLTFMeshFileLoader::CGLTFMeshFileLoader() noexcept
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ namespace scene
|
|||||||
class CGLTFMeshFileLoader : public IMeshLoader
|
class CGLTFMeshFileLoader : public IMeshLoader
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
CGLTFMeshFileLoader();
|
CGLTFMeshFileLoader() noexcept;
|
||||||
|
|
||||||
bool isALoadableFileExtension(const io::path& filename) const override;
|
bool isALoadableFileExtension(const io::path& filename) const override;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user