mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 01:56:58 +08:00
Sync variable names in decl vs def
This commit is contained in:
committed by
Marco Costalba
parent
c43146edb7
commit
f3cd7002aa
@@ -49,7 +49,7 @@ public:
|
||||
Option(OnChange = nullptr);
|
||||
Option(bool v, OnChange = nullptr);
|
||||
Option(const char* v, OnChange = nullptr);
|
||||
Option(int v, int min, int max, OnChange = nullptr);
|
||||
Option(int v, int minv, int maxv, OnChange = nullptr);
|
||||
|
||||
Option& operator=(const std::string&);
|
||||
void operator<<(const Option&);
|
||||
|
||||
Reference in New Issue
Block a user