Silence warning.

This commit is contained in:
Martín Lucas Golini
2024-11-24 02:57:36 -03:00
parent 5afa37f784
commit e4e8d91c5d
3 changed files with 3 additions and 3 deletions

View File

@@ -770,7 +770,7 @@ unsigned int Image::getChannels() const {
return mChannels;
}
bool Image::saveToFile( const std::string& filepath, const SaveType& Format ) const {
bool Image::saveToFile( const std::string& filepath, const SaveType& Format ) {
bool Res = false;
std::string fpath( FileSystem::fileRemoveFileName( filepath ) );