mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-09 04:29:04 +03:00
refactor: error handling with err objects
This commit is contained in:
@@ -52,7 +52,7 @@ template <typename FileType> class palette_file
|
||||
}
|
||||
void save()
|
||||
{
|
||||
m_file->save_file();
|
||||
(void)m_file->save_file();
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user