Mark CGLTFMeshFileLoader constructor as noexcept
This commit is contained in:
@@ -17,7 +17,7 @@ namespace scene
|
||||
class CGLTFMeshFileLoader : public IMeshLoader
|
||||
{
|
||||
public:
|
||||
CGLTFMeshFileLoader();
|
||||
CGLTFMeshFileLoader() noexcept;
|
||||
|
||||
bool isALoadableFileExtension(const io::path& filename) const override;
|
||||
|
||||
|
Reference in New Issue
Block a user