Mark CGLTFMeshFileLoader constructor as noexcept
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user