mirror of
https://github.com/libretro/RetroArch
synced 2025-02-12 18:40:25 +00:00
Only declare "deleted" constructors.
This commit is contained in:
parent
539d8123ed
commit
02e1a2b402
@ -166,8 +166,8 @@ class ConfigFile
|
||||
config_file_t *conf;
|
||||
std::string path;
|
||||
|
||||
ConfigFile(const ConfigFile&) {};
|
||||
void operator=(const ConfigFile&) {};
|
||||
ConfigFile(const ConfigFile&); // Workaround lack of = delete.
|
||||
void operator=(const ConfigFile&);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user