mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 16:55:45 -04:00
Tidy up SystemBootParameters constructors
This commit is contained in:
@ -19,8 +19,8 @@ class CheatList;
|
||||
struct SystemBootParameters
|
||||
{
|
||||
SystemBootParameters();
|
||||
SystemBootParameters(SystemBootParameters&& other);
|
||||
SystemBootParameters(std::string filename_);
|
||||
SystemBootParameters(const SystemBootParameters& copy);
|
||||
~SystemBootParameters();
|
||||
|
||||
std::string filename;
|
||||
|
Reference in New Issue
Block a user