Codechange: remove const char* overloads when there are std::string_view and std::string& overloads
This commit is contained in:
@@ -2791,7 +2791,7 @@ struct LZMASaveFilter : SaveFilter {
|
||||
|
||||
/** The format for a reader/writer type of a savegame */
|
||||
struct SaveLoadFormat {
|
||||
const char *name; ///< name of the compressor/decompressor (debug-only)
|
||||
std::string_view name; ///< name of the compressor/decompressor (debug-only)
|
||||
uint32_t tag; ///< the 4-letter tag by which it is identified in the savegame
|
||||
|
||||
std::shared_ptr<LoadFilter> (*init_load)(std::shared_ptr<LoadFilter> chain); ///< Constructor for the load filter.
|
||||
|
||||
Reference in New Issue
Block a user