X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.h;h=bc48d6e8d25d00e9f9ec2d2ccba7ed0e96957b6b;hp=7d7ce714b3e0b0c6e921fdd4f6a7cae368a19982;hb=a9e55d43262d11a916bdfa68cd1de0174d884cd3;hpb=5dc23121215039938a9ef4e59ae934312774571c diff --git a/src/ucioption.h b/src/ucioption.h index 7d7ce714..bc48d6e8 100644 --- a/src/ucioption.h +++ b/src/ucioption.h @@ -7,12 +7,12 @@ it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + Stockfish is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program. If not, see . */ @@ -45,7 +45,7 @@ extern bool get_option_value_bool(const std::string &optionName); extern int get_option_value_int(const std::string &optionName); extern const std::string get_option_value_string(const std::string &optionName); extern bool button_was_pressed(const std::string &buttonName); -extern void set_option_value(const std::string &optionName, +extern void set_option_value(const std::string &optionName, const std::string &newValue); extern void push_button(const std::string &buttonName);