mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 02:26:29 +03:00
Silence warning.
This commit is contained in:
@@ -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 ) );
|
||||
|
||||
Reference in New Issue
Block a user