X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fucioption.h;h=19ca14fdd5746d74e85cecca358b7f6f47537761;hb=0510112f9184db3be86492267a4564035f954ec6;hp=2eb937a8b7714eda0b2fcf250373afe9edfac046;hpb=41641e3b1eea0038ab6984766d2b3bca869be7fa;p=stockfish diff --git a/src/ucioption.h b/src/ucioption.h index 2eb937a8..19ca14fd 100644 --- a/src/ucioption.h +++ b/src/ucioption.h @@ -47,6 +47,7 @@ public: Option(int v, int min, int max, OnChange = NULL); Option& operator=(const std::string& v); + void operator<<(const Option& o); operator int() const; operator std::string() const;